Searched refs:op_name_ (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 92 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 …]
|
D | scope_internal.h | 112 const string op_name_ = ""; variable
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder.h | 92 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
|
D | attr_builder.cc | 131 "' found in AttrBuilder for ", op_name_); \ 288 node_def_.set_name(op_name_); in InitializeNodeDef() 289 node_def_.set_op(op_name_); in InitializeNodeDef()
|
D | eager_operation.h | 115 const char* op_name() const { return op_name_; } in op_name() 116 const char* op_name_ = nullptr; variable
|
D | eager_operation.cc | 51 op_name_ = op; in Reset()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 111 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/ |
D | debug_ops.h | 427 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
|