10 references to TensorflowOperatorTypeKind
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
65
metadataBuilder.Add(
TensorflowOperatorTypeKind
, TextDataViewType.Instance, (ref ReadOnlyMemory<char> value) => value = op.OpType.AsMemory());
124
/// of kind <see cref="
TensorflowOperatorTypeKind
"/>, indicating the operation type of the node, and if that node has inputs in the graph,
Microsoft.ML.TensorFlow.Tests (8)
TensorflowTests.cs (8)
571
var metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
575
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);
583
metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
586
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);
598
metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
601
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);
613
metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
616
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);