Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc104 value_operation->Attrs().FillAttrValueMap(func->mutable_attr()); in SetAttrFunction()
207 value_operation->Attrs().FillAttrValueMap(funcs[i].mutable_attr()); in SetAttrFunctionList()
228 Attrs().FillAttrValueMap(&attrs); in InputLength()
255 Attrs().FillAttrValueMap(&attrs); in OutputLength()
504 Attrs().FillAttrValueMap(ndef.mutable_attr()); in DebugString()
Dattr_builder.cc165 void AttrBuilder::FillAttrValueMap(AttrValueMap* m) const { in FillAttrValueMap() function in tensorflow::AttrBuilder
232 FillAttrValueMap(node_def_.mutable_attr()); in BuildNodeDef()
313 FillAttrValueMap(name_and_attrs->mutable_attr()); in GetNameAttrList()
Dattr_builder.h155 void FillAttrValueMap(AttrValueMap* m) const;
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.cc201 op->Attrs().FillAttrValueMap(remote_op->mutable_attrs()); in Run()
Dremote_copy_node.cc39 op->Attrs().FillAttrValueMap(remote_op->mutable_attrs()); in PrepareRemoteOp()
/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc1436 operation->Attrs().FillAttrValueMap(&attr_values); in ExtractAttrs()
1692 op->Attrs().FillAttrValueMap(&attr_values); in TEST()
1739 op->Attrs().FillAttrValueMap(&attr_values); in TEST()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc620 OperationFromInterface(op)->Attrs().FillAttrValueMap(node_def.mutable_attr()); in TFE_InferShapes()