Home
last modified time | relevance | path

Searched refs:op_name_ (Results 1 – 5 of 5) 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.cc170 Status s = OpDefForOp(op_name_.c_str(), &op_def); in FillAttrValueMap()
246 tensorflow::Fprint128 f = tensorflow::Fingerprint128(op_name_); in BuildCacheKeyForDevice()
285 node_def_->set_name(op_name_); in MayBeInitializeNodeDef()
286 node_def_->set_op(op_name_); in MayBeInitializeNodeDef()
Dattr_builder.h88 : op_name_(op), in AttrBuilder()
141 const string op_name_; variable
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc110 op_name_ = function_name_; in GenEagerPythonOp()
111 str_util::ConsumePrefix(&op_name_, "_"); in GenEagerPythonOp()
166 StringPiece op_name_; member in tensorflow::__anonfe39f6990111::GenEagerPythonOp
427 return strings::StrCat("raise RuntimeError(\"", op_name_, in GetEagerNotAllowedError()
437 "' argument to \"\n", indentation, " \"'", op_name_, in ExpectListArg()
465 op_name_, "' Op with length %d \"\n", indentation, in GetEagerFunctionSetup()