Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc56 Status OpDefForOp(const char* op_name, const OpDef** op_def) { in OpDefForOp() function
72 Status s = OpDefForOp(op_name, &op_def); in AttrTypeMapForOp()
170 Status s = OpDefForOp(op_name_.c_str(), &op_def); in FillAttrValueMap()
Dattr_builder.h44 Status OpDefForOp(const char* op_name, const OpDef** op_def);
Dkernel_and_device.cc98 TF_RETURN_IF_ERROR(OpDefForOp(ndef.op().c_str(), &op_def)); in Init()
Dexecute.cc234 TF_RETURN_IF_ERROR(OpDefForOp(op->Name().c_str(), &op_def)); in GetOutputDTypes()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc573 status->status = tensorflow::OpDefForOp(op_or_function_name, &op_def); in TFE_NewOp()