Uses of Interface
tensorflow.Struct.StructuredValueOrBuilder
Packages that use Struct.StructuredValueOrBuilder
-
Uses of Struct.StructuredValueOrBuilder in tensorflow
Classes in tensorflow that implement Struct.StructuredValueOrBuilderModifier and TypeClassDescriptionstatic final class`StructuredValue` represents a dynamically typed value representing various data structures that are inspired by Python data structures typically used in TensorFlow functions as inputs and outputs.static final class`StructuredValue` represents a dynamically typed value representing various data structures that are inspired by Python data structures typically used in TensorFlow functions as inputs and outputs.Methods in tensorflow that return Struct.StructuredValueOrBuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedConcreteFunction.Builder.getCanonicalizedInputSignatureOrBuilder()Input in canonicalized form that was received to create this concrete function.SavedObjectGraphOuterClass.SavedConcreteFunction.getCanonicalizedInputSignatureOrBuilder()Input in canonicalized form that was received to create this concrete function.SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder.getCanonicalizedInputSignatureOrBuilder()Input in canonicalized form that was received to create this concrete function.SavedObjectGraphOuterClass.FunctionSpec.Builder.getFullargspecOrBuilder()Full arg spec from inspect.getfullargspec().SavedObjectGraphOuterClass.FunctionSpec.getFullargspecOrBuilder()Full arg spec from inspect.getfullargspec().SavedObjectGraphOuterClass.FunctionSpecOrBuilder.getFullargspecOrBuilder()Full arg spec from inspect.getfullargspec().SavedObjectGraphOuterClass.FunctionSpec.Builder.getInputSignatureOrBuilder()The input signature, if specified.SavedObjectGraphOuterClass.FunctionSpec.getInputSignatureOrBuilder()The input signature, if specified.SavedObjectGraphOuterClass.FunctionSpecOrBuilder.getInputSignatureOrBuilder()The input signature, if specified.SavedObjectGraphOuterClass.SavedConcreteFunction.Builder.getOutputSignatureOrBuilder()Output that was the return value of this function after replacing all Tensors with TensorSpecs.SavedObjectGraphOuterClass.SavedConcreteFunction.getOutputSignatureOrBuilder()Output that was the return value of this function after replacing all Tensors with TensorSpecs.SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder.getOutputSignatureOrBuilder()Output that was the return value of this function after replacing all Tensors with TensorSpecs.Struct.TypeSpecProto.Builder.getTypeStateOrBuilder()The value returned by TypeSpec.Struct.TypeSpecProto.getTypeStateOrBuilder()The value returned by TypeSpec.Struct.TypeSpecProtoOrBuilder.getTypeStateOrBuilder()The value returned by TypeSpec.Struct.PairValue.Builder.getValueOrBuilder().tensorflow.StructuredValue value = 2;Struct.PairValue.getValueOrBuilder().tensorflow.StructuredValue value = 2;Struct.PairValueOrBuilder.getValueOrBuilder().tensorflow.StructuredValue value = 2;Struct.ListValue.Builder.getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;Struct.ListValueOrBuilder.getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValueOrBuilder.getValuesOrBuilder(int index) repeated .tensorflow.StructuredValue values = 1;Methods in tensorflow that return types with arguments of type Struct.StructuredValueOrBuilderModifier and TypeMethodDescriptionList<? extends Struct.StructuredValueOrBuilder> Struct.ListValue.Builder.getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;List<? extends Struct.StructuredValueOrBuilder> Struct.ListValue.getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;List<? extends Struct.StructuredValueOrBuilder> Struct.ListValueOrBuilder.getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;List<? extends Struct.StructuredValueOrBuilder> Struct.TupleValue.Builder.getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;List<? extends Struct.StructuredValueOrBuilder> Struct.TupleValue.getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;List<? extends Struct.StructuredValueOrBuilder> Struct.TupleValueOrBuilder.getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;