Home
last modified time | relevance | path

Searched defs:requested_device (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc189 const string& Node::requested_device() const { return def().device(); } in requested_device() function in tensorflow::Node
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc750 absl::optional<string> requested_device) { in BuildIdentityNode()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc130 const string& OpKernel::requested_device() const { return def_->device(); } in requested_device() function in tensorflow::OpKernel