Uses of Interface
org.tensorflow.metadata.v0.TensorRepresentation.DefaultValueOrBuilder
-
Packages that use TensorRepresentation.DefaultValueOrBuilder Package Description org.tensorflow.metadata.v0 -
-
Uses of TensorRepresentation.DefaultValueOrBuilder in org.tensorflow.metadata.v0
Classes in org.tensorflow.metadata.v0 that implement TensorRepresentation.DefaultValueOrBuilder Modifier and Type Class Description static classTensorRepresentation.DefaultValueProtobuf typetensorflow.metadata.v0.TensorRepresentation.DefaultValuestatic classTensorRepresentation.DefaultValue.BuilderProtobuf typetensorflow.metadata.v0.TensorRepresentation.DefaultValueMethods in org.tensorflow.metadata.v0 that return TensorRepresentation.DefaultValueOrBuilder Modifier and Type Method Description TensorRepresentation.DefaultValueOrBuilderTensorRepresentation.DenseTensor.Builder. getDefaultValueOrBuilder()If this column is missing values in a row, the default_value will be used to fill that row.TensorRepresentation.DefaultValueOrBuilderTensorRepresentation.DenseTensor. getDefaultValueOrBuilder()If this column is missing values in a row, the default_value will be used to fill that row.TensorRepresentation.DefaultValueOrBuilderTensorRepresentation.DenseTensorOrBuilder. getDefaultValueOrBuilder()If this column is missing values in a row, the default_value will be used to fill that row.
-