Uses of Class
org.tensorflow.proto.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder
Packages that use SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder
-
Uses of SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder in org.tensorflow.proto
Subclasses with type arguments of type SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.SavedBareConcreteFunctionMethods in org.tensorflow.proto that return SavedObjectGraphOuterClass.SavedBareConcreteFunction.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.addAllArgumentKeywords(Iterable<String> values) A sequence of unique strings, one per Tensor argument.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.addArgumentKeywords(String value) A sequence of unique strings, one per Tensor argument.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.addArgumentKeywordsBytes(ByteString value) A sequence of unique strings, one per Tensor argument.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.clear()SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.clearAllowedPositionalArguments()The prefix of `argument_keywords` which may be identified by position.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.clearArgumentKeywords()A sequence of unique strings, one per Tensor argument.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.clearConcreteFunctionName()Identifies a SavedConcreteFunction.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.clearFunctionSpec()The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedObject.Builder.getBareConcreteFunctionBuilder().tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.mergeFrom(SavedObjectGraphOuterClass.SavedBareConcreteFunction other) SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.mergeFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedBareConcreteFunction.newBuilder()SavedObjectGraphOuterClass.SavedBareConcreteFunction.newBuilder(SavedObjectGraphOuterClass.SavedBareConcreteFunction prototype) SavedObjectGraphOuterClass.SavedBareConcreteFunction.newBuilderForType()SavedObjectGraphOuterClass.SavedBareConcreteFunction.newBuilderForType(AbstractMessage.BuilderParent parent) SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setAllowedPositionalArguments(long value) The prefix of `argument_keywords` which may be identified by position.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setArgumentKeywords(int index, String value) A sequence of unique strings, one per Tensor argument.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setConcreteFunctionName(String value) Identifies a SavedConcreteFunction.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setConcreteFunctionNameBytes(ByteString value) Identifies a SavedConcreteFunction.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec.Builder builderForValue) The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedBareConcreteFunction.toBuilder()Methods in org.tensorflow.proto with parameters of type SavedObjectGraphOuterClass.SavedBareConcreteFunction.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedObject.Builder.setBareConcreteFunction(SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder builderForValue) .tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;