Searched refs:OpDefForOp (Results 1 – 5 of 5) sorted by relevance
56 Status OpDefForOp(const char* op_name, const OpDef** op_def) { in OpDefForOp() function72 Status s = OpDefForOp(op_name, &op_def); in AttrTypeMapForOp()170 Status s = OpDefForOp(op_name_.c_str(), &op_def); in FillAttrValueMap()
44 Status OpDefForOp(const char* op_name, const OpDef** op_def);
98 TF_RETURN_IF_ERROR(OpDefForOp(ndef.op().c_str(), &op_def)); in Init()
234 TF_RETURN_IF_ERROR(OpDefForOp(op->Name().c_str(), &op_def)); in GetOutputDTypes()
573 status->status = tensorflow::OpDefForOp(op_or_function_name, &op_def); in TFE_NewOp()