Home
last modified time | relevance | path

Searched refs:op_name_ (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc92 op_name_(""), in Impl()
110 op_name_(op_name), in Impl()
134 op_name_(other.impl()->op_name_), in Impl()
151 op_name_(other.impl()->op_name_), in Impl()
169 op_name_(op_name), in Impl()
186 op_name_(other.impl()->op_name_), in Impl()
204 op_name_(other.impl()->op_name_), in Impl()
222 op_name_(other.impl()->op_name_), in Impl()
243 op_name_(other.impl()->op_name_), in Impl()
261 op_name_(other.impl()->op_name_), in Impl()
[all …]
Dscope_internal.h112 const string op_name_ = ""; variable
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.h92 op_name_ = op; in Reset()
101 const string& op_name() const { return op_name_; } in op_name()
125 "' found in AttrBuilder for ", op_name_); in Get()
169 string op_name_; // Conceptually const, but can't be because of Reset(...) variable
Dattr_builder.cc131 "' found in AttrBuilder for ", op_name_); \
288 node_def_.set_name(op_name_); in InitializeNodeDef()
289 node_def_.set_op(op_name_); in InitializeNodeDef()
Deager_operation.h115 const char* op_name() const { return op_name_; } in op_name()
116 const char* op_name_ = nullptr; variable
Deager_operation.cc51 op_name_ = op; in Reset()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc111 op_name_ = function_name_; in GenEagerPythonOp()
112 absl::ConsumePrefix(&op_name_, "_"); in GenEagerPythonOp()
168 StringPiece op_name_; member in tensorflow::__anon8f2d97db0111::GenEagerPythonOp
477 return strings::StrCat("raise RuntimeError(\"", op_name_, in GetEagerNotAllowedError()
487 "' argument to \"\n", indentation, " \"'", op_name_, in ExpectListArg()
515 op_name_, "' Op with length %d \"\n", indentation, in GetEagerFunctionSetup()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h427 OP_REQUIRES_OK(context, context->GetAttr("op_name", &op_name_)); in DebugIdentityV2Op()
439 tfdbg_context_id_, device_name_, op_name_, output_slot_, in Compute()
449 string op_name_; variable