Home
last modified time | relevance | path

Searched refs:op_name_ (Results 1 – 11 of 11) 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/lite/delegates/gpu/common/default/
Dcustom_parsers.cc37 : op_name_(op_name) {} in UnimplementedCustomOperationParser()
42 return absl::UnimplementedError(op_name_); in IsSupported()
48 return absl::UnimplementedError(op_name_); in Parse()
52 std::string op_name_; member in tflite::gpu::__anonbc21d40b0111::UnimplementedCustomOperationParser
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.h104 op_name_ = op; in Reset()
113 const string& op_name() const { return op_name_; } in op_name()
145 "' found in AttrBuilder for ", op_name_); in Get()
200 string op_name_; // Conceptually const, but can't be because of Reset(...) variable
Dattr_builder.cc144 "' found in AttrBuilder for ", op_name_); \
306 node_def_.set_name(op_name_); in InitializeNodeDef()
307 node_def_.set_op(op_name_); in InitializeNodeDef()
Deager_operation.h193 const char* op_name() const { return op_name_; } in op_name()
220 const char* op_name_ = nullptr; variable
Deager_operation.cc348 op_name_ = op; in Reset()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc139 op_name_ = function_name_; in GenEagerPythonOp()
140 absl::ConsumePrefix(&op_name_, "_"); in GenEagerPythonOp()
205 StringPiece op_name_; member in tensorflow::__anon0f6d04370111::GenEagerPythonOp
633 return strings::StrCat("raise RuntimeError(\"", op_name_, in GetEagerNotAllowedError()
643 "' argument to \"\n", indentation, " \"'", op_name_, in ExpectListArg()
671 op_name_, "' Op with length %d \"\n", indentation, in GetEagerFunctionSetup()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc211 const char* op_name_ = nullptr; member in mlir::TF::__anon2b880b700111::MlirAbstractOp
316 if (op_name_) { in SetOpName()
319 op_name_ = op_name; in SetOpName()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h414 OP_REQUIRES_OK(context, context->GetAttr("op_name", &op_name_)); in DebugIdentityV2Op()
437 tfdbg_context_id_, device_name_, op_name_, in Compute()
447 string op_name_; variable
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_graph.cc318 const char* op_name_ = nullptr; member in tensorflow::tracing::graph::GraphOperation