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)
587
var metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
591
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);
599
metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
602
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);
614
metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
617
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);
629
metadataType = schema[col].Annotations.Schema[TensorFlowUtils.
TensorflowOperatorTypeKind
].Type;
632
schema[col].Annotations.GetValue(TensorFlowUtils.
TensorflowOperatorTypeKind
, ref opType);