Searched refs:OpDefForOp (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder.cc | 57 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()
|
D | placement_utils.cc | 69 Status s = OpDefForOp(string(op_name), &op_def); in IsFunction()
|
D | attr_builder.h | 46 Status OpDefForOp(const string& op_name, const OpDef** op_def);
|
D | eager_operation.cc | 217 *status = OpDefForOp(Name(), &op_def); in GetOpDef() 332 TF_RETURN_IF_ERROR(OpDefForOp(op, &op_def_)); in Reset()
|
D | kernel_and_device.cc | 152 TF_RETURN_IF_ERROR(OpDefForOp(ndef.op(), &op_def)); in InstantiateFunc()
|
D | execute.cc | 248 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()
|