Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc87 op_name_(""), in Impl()
103 op_name_(op_name), in Impl()
125 op_name_(other.impl()->op_name_), in Impl()
140 op_name_(other.impl()->op_name_), in Impl()
156 op_name_(op_name), in Impl()
171 op_name_(other.impl()->op_name_), in Impl()
187 op_name_(other.impl()->op_name_), in Impl()
203 op_name_(other.impl()->op_name_), in Impl()
328 if (impl()->op_name_.empty() || *impl()->scope_used_) { in GetUniqueNameForOp()
334 return impl()->op_name_; in GetUniqueNameForOp()
[all …]
Dscope_internal.h107 const string op_name_ = ""; variable
/external/tensorflow/tensorflow/c/eager/
Druntime.h80 : op_name_(op), in AttrBuilder()
131 const string op_name_; variable
Druntime.cc189 tensorflow::Fprint128 f = tensorflow::Fingerprint128(op_name_); in CacheKey()
234 node_def_->set_name(op_name_); in MayBeInitializeNodeDef()
235 node_def_->set_op(op_name_); in MayBeInitializeNodeDef()
/external/tensorflow/tensorflow/python/eager/
Dpython_eager_op_gen.cc119 op_name_ = function_name_; in GenEagerPythonOp()
120 op_name_.Consume("_"); in GenEagerPythonOp()
172 StringPiece op_name_; member in tensorflow::__anond0f1a9c90111::GenEagerPythonOp
432 return strings::StrCat("raise RuntimeError(\"", op_name_, in GetEagerNotAllowedError()
442 "' argument to \"\n", indentation, " \"'", op_name_, in ExpectListArg()
470 op_name_, "' Op with length %d \"\n", indentation, in GetEagerFunctionSetup()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h452 : op_name_(ctx->op_kernel().type_string()) {} in GraphDatasetBase()
454 const string op_name() const { return op_name_; } in op_name()
479 const string op_name_; variable