Uses of Class
org.tensorflow.framework.NameAttrList
Packages that use NameAttrList
-
Uses of NameAttrList in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(byte[] data) static NameAttrListNameAttrList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(com.google.protobuf.ByteString data) static NameAttrListNameAttrList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(com.google.protobuf.CodedInputStream input) static NameAttrListNameAttrList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(InputStream input) static NameAttrListNameAttrList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NameAttrListNameAttrList.parseFrom(ByteBuffer data) static NameAttrListNameAttrList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework 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)"com.google.protobuf.Parser<NameAttrList> NameAttrList.getParserForType()static com.google.protobuf.Parser<NameAttrList> NameAttrList.parser()Methods in org.tensorflow.framework 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.framework with type arguments of type NameAttrListModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addAllFunc(Iterable<? extends NameAttrList> values) "list(attr)"