AttrValueOrBuilder

পাবলিক ইন্টারফেস AttrValueOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত বুলিয়ান
getB ()
 "bool"
 
bool b = 5;
বিমূর্ত ভাসা
getF ()
 "float"
 
float f = 4;
বিমূর্ত NameAttrList
getFunc ()
 "func" represents a function.
বিমূর্ত NameAttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
বিমূর্ত দীর্ঘ
পেতে আমি ()
 "int"
 
int64 i = 3;
বিমূর্ত AttrValue.ListValue
getList ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
বিমূর্ত AttrValue.ListValueOrBuilder
getListOrBuilder ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
বিমূর্ত স্ট্রিং
getPlaceholder ()
 This is a placeholder only used in nodes defined inside a
 function.
বিমূর্ত com.google.protobuf.ByteString
getPlaceholderBytes ()
 This is a placeholder only used in nodes defined inside a
 function.
বিমূর্ত com.google.protobuf.ByteString
getS ()
 "string"
 
bytes s = 2;
বিমূর্ত TensorShapeProto
গেটশেপ ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
বিমূর্ত TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
বিমূর্ত TensorProto
getTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
বিমূর্ত TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
বিমূর্ত ডেটা টাইপ
getType ()
 "type"
 
.tensorflow.DataType type = 6;
বিমূর্ত int
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
বিমূর্ত AttrValue.ValueCase
বিমূর্ত বুলিয়ান
hasFunc ()
 "func" represents a function.
বিমূর্ত বুলিয়ান
আছে তালিকা ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
বিমূর্ত বুলিয়ান
hasshape ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
বিমূর্ত বুলিয়ান
আছে টেনসর ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;

পাবলিক পদ্ধতি

পাবলিক বিমূর্ত বুলিয়ান getB ()

 "bool"
 
bool b = 5;

পাবলিক বিমূর্ত ভাসা getF ()

 "float"
 
float f = 4;

সর্বজনীন বিমূর্ত NameAttrList 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.
 
.tensorflow.NameAttrList func = 10;

সর্বজনীন বিমূর্ত NameAttrListOrBuilder getFuncOrBuilder ()

 "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.
 
.tensorflow.NameAttrList func = 10;

পাবলিক বিমূর্ত দীর্ঘ getI ()

 "int"
 
int64 i = 3;

সর্বজনীন বিমূর্ত AttrValue.ListValue getList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

সর্বজনীন বিমূর্ত AttrValue.ListValueOrBuilder getListOrBuilder ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

সর্বজনীন বিমূর্ত স্ট্রিং getPlaceholder ()

 This is a placeholder only used in nodes defined inside a
 function.  It indicates the attr value will be supplied when
 the function is instantiated.  For example, let us suppose a
 node "N" in function "FN". "N" has an attr "A" with value
 placeholder = "foo". When FN is instantiated with attr "foo"
 set to "bar", the instantiated node N's attr A will have been
 given the value "bar".
 
string placeholder = 9;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getPlaceholderBytes ()

 This is a placeholder only used in nodes defined inside a
 function.  It indicates the attr value will be supplied when
 the function is instantiated.  For example, let us suppose a
 node "N" in function "FN". "N" has an attr "A" with value
 placeholder = "foo". When FN is instantiated with attr "foo"
 set to "bar", the instantiated node N's attr A will have been
 given the value "bar".
 
string placeholder = 9;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getS ()

 "string"
 
bytes s = 2;

সর্বজনীন বিমূর্ত TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

সর্বজনীন বিমূর্ত TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

সর্বজনীন বিমূর্ত TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

সর্বজনীন বিমূর্ত TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

সর্বজনীন বিমূর্ত ডেটা টাইপ getType ()

 "type"
 
.tensorflow.DataType type = 6;

পাবলিক বিমূর্ত int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

সর্বজনীন বিমূর্ত AttrValue.ValueCase getValueCase ()

পাবলিক বিমূর্ত বুলিয়ান hasFunc ()

 "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.
 
.tensorflow.NameAttrList func = 10;

সর্বজনীন বিমূর্ত বুলিয়ান hasList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

সর্বজনীন বিমূর্ত বুলিয়ান hasShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

পাবলিক বিমূর্ত বুলিয়ান hasTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;