Home
last modified time | relevance | path

Searched refs:OpDefForOp (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc57 Status OpDefForOp(const string& op_name, const OpDef** op_def) { in OpDefForOp() function
84 Status s = OpDefForOp(op_name, &op_def); in AttrTypeMapForOp()
175 Status s = OpDefForOp(op_name().c_str(), &op_def); in FillAttrValueMap()
207 Status s = OpDefForOp(op_name().c_str(), &op_def); in FillAttrValueMapWithoutDefaults()
Dplacement_utils.cc69 Status s = OpDefForOp(string(op_name), &op_def); in IsFunction()
Dattr_builder.h46 Status OpDefForOp(const string& op_name, const OpDef** op_def);
Deager_operation.cc217 *status = OpDefForOp(Name(), &op_def); in GetOpDef()
332 TF_RETURN_IF_ERROR(OpDefForOp(op, &op_def_)); in Reset()
Dkernel_and_device.cc152 TF_RETURN_IF_ERROR(OpDefForOp(ndef.op(), &op_def)); in InstantiateFunc()
Dexecute.cc248 TF_RETURN_IF_ERROR(OpDefForOp(op->Name().c_str(), &op_def)); in GetOutputDTypes()
554 TF_RETURN_IF_ERROR(OpDefForOp(op->Name().data(), &op_def)); in GetOrCreateKernelAndDevice()