Home
last modified time | relevance | path

Searched refs:FillAttrValueMap (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.h106 void FillAttrValueMap(AttrValueMap* m) const { FillAttrValueMap(m, true); } in FillAttrValueMap() function
122 void FillAttrValueMap(AttrValueMap* m, bool include_those_in_node_def) const;
Deager_operation.cc52 Attrs().FillAttrValueMap(ndef.mutable_attr()); in DebugString()
Dattr_builder.cc145 void AttrBuilder::FillAttrValueMap(AttrValueMap* m, in FillAttrValueMap() function in tensorflow::AttrBuilder
189 FillAttrValueMap(node_def_->mutable_attr(), false); in BuildNodeDef()
Dexecute.cc694 op->Attrs().FillAttrValueMap(remote_op->mutable_attrs()); in EagerRemoteExecute()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc704 value->operation.Attrs().FillAttrValueMap(func->mutable_attr()); in TFE_OpSetAttrFunction()
803 value[i]->operation.Attrs().FillAttrValueMap(funcs[i].mutable_attr()); in TFE_OpSetAttrFunctionList()
Dc_api_test.cc1648 minOp->operation.Attrs().FillAttrValueMap(&attr_values); in TEST()
1688 concatOp->operation.Attrs().FillAttrValueMap(&attr_values); in TEST()
1729 assertOp->operation.Attrs().FillAttrValueMap(&attr_values); in TEST()
1773 concatOp->operation.Attrs().FillAttrValueMap(&attr_values); in TEST()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc9070 op->operation.Attrs().FillAttrValueMap(&attrs); in TFE_AddEagerOpToGraph()