TensorFlowModel 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 클래스는 TensorFlow 모델 및 세션과 관련된 정보를 보유합니다. 모델 스키마를 쿼리하고 개체를 만드는 TensorFlowEstimator 데 편리한 몇 가지 메서드를 제공합니다.
public sealed class TensorFlowModel : IDisposable
public sealed class TensorFlowModel
type TensorFlowModel = class
interface IDisposable
type TensorFlowModel = class
Public NotInheritable Class TensorFlowModel
Implements IDisposable
Public NotInheritable Class TensorFlowModel
- 상속
-
TensorFlowModel
- 구현
메서드
Dispose() |
이 클래스는 TensorFlow 모델 및 세션과 관련된 정보를 보유합니다. 모델 스키마를 쿼리하고 개체를 만드는 TensorFlowEstimator 데 편리한 몇 가지 메서드를 제공합니다. |
GetInputSchema() |
DataViewSchema TensorFlow 모델에서 "자리 표시자"로 표시된 노드만 가져옵니다. 이 메서드는 TensorFlow 그래프가 매우 큰 경우 모델 입력을 탐색하는 데 편리합니다. |
GetModelSchema() |
전체 모델을 가져옵니다 DataViewSchema . TensorFlow 모델의 모든 노드가 개체에 DataViewSchema 포함됩니다. |
ScoreTensorFlowModel(String, String, Boolean) |
미리 학습된 TensorFlow 모델을 사용하여 데이터 세트의 점수를 지정합니다. |
ScoreTensorFlowModel(String[], String[], Boolean) |
미리 학습된 TensorFlow 모델을 사용하여 데이터 세트의 점수를 지정합니다. |