TensorFlowModel 클래스

정의

이 클래스는 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 모델을 사용하여 데이터 세트의 점수를 지정합니다.

적용 대상