Home
last modified time | relevance | path

Searched defs:SetAttrValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dattr_value_util.cc472 void SetAttrValue(const AttrValue& value, AttrValue* out) { *out = value; } in SetAttrValue() function
505 void SetAttrValue(gtl::ArraySlice<tstring> value, AttrValue* out) { in SetAttrValue() function
512 void SetAttrValue(StringPiece value, AttrValue* out) { in SetAttrValue() function
516 void SetAttrValue(const gtl::ArraySlice<StringPiece> value, AttrValue* out) { in SetAttrValue() function
530 void SetAttrValue(const TensorShape& value, AttrValue* out) { in SetAttrValue() function
534 void SetAttrValue(const TensorShapeProto& value, AttrValue* out) { in SetAttrValue() function
538 void SetAttrValue(const PartialTensorShape& value, AttrValue* out) { in SetAttrValue() function
542 void SetAttrValue(const gtl::ArraySlice<TensorShape> value, AttrValue* out) { in SetAttrValue() function
549 void SetAttrValue(gtl::ArraySlice<TensorShapeProto> value, AttrValue* out) { in SetAttrValue() function
556 void SetAttrValue(const gtl::ArraySlice<PartialTensorShape> value, in SetAttrValue() function
[all …]
H A Dfunction_test.cc1365 void SetAttrValue(FunctionDef* fdef, const string& attr, const T& value) { in SetAttrValue() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_operation.cc43 Status EagerOperation::SetAttrValue(const char* attr_name, in SetAttrValue() function in tensorflow::EagerOperation