Uses of Class
org.tensorflow.proto.NameAttrList
Packages that use NameAttrList
-
Uses of NameAttrList in org.tensorflow.proto
Methods in org.tensorflow.proto that return NameAttrListModifier and TypeMethodDescriptionNameAttrList.Builder.build()NameAttrList.Builder.buildPartial()static NameAttrListNameAttrList.getDefaultInstance()NameAttrList.Builder.getDefaultInstanceForType()NameAttrList.getDefaultInstanceForType()AttrValue.Builder.getFunc()"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.AttrValue.getFunc()"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.AttrValue.ListValue.Builder.getFunc(int index) "list(attr)"AttrValue.ListValue.getFunc(int index) "list(attr)"AttrValue.ListValueOrBuilder.getFunc(int index) "list(attr)"AttrValueOrBuilder.getFunc()"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.static NameAttrListNameAttrList.parseDelimitedFrom(InputStream input) static NameAttrListNameAttrList.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(byte[] data) static NameAttrListNameAttrList.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(ByteString data) static NameAttrListNameAttrList.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(CodedInputStream input) static NameAttrListNameAttrList.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(InputStream input) static NameAttrListNameAttrList.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(ByteBuffer data) static NameAttrListNameAttrList.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type NameAttrListModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.getFuncList()"list(attr)"AttrValue.ListValue.getFuncList()"list(attr)"AttrValue.ListValueOrBuilder.getFuncList()"list(attr)"NameAttrList.getParserForType()static Parser<NameAttrList> NameAttrList.parser()Methods in org.tensorflow.proto with parameters of type NameAttrListModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addFunc(int index, NameAttrList value) "list(attr)"AttrValue.ListValue.Builder.addFunc(NameAttrList value) "list(attr)"NameAttrList.Builder.mergeFrom(NameAttrList other) AttrValue.Builder.mergeFunc(NameAttrList value) "func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.static NameAttrList.BuilderNameAttrList.newBuilder(NameAttrList prototype) AttrValue.Builder.setFunc(NameAttrList value) "func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.AttrValue.ListValue.Builder.setFunc(int index, NameAttrList value) "list(attr)"Method parameters in org.tensorflow.proto with type arguments of type NameAttrListModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addAllFunc(Iterable<? extends NameAttrList> values) "list(attr)"