Home
last modified time | relevance | path

Searched refs:BodyNodeDevice (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.h49 virtual absl::optional<string> BodyNodeDevice(const NodeDef& ndef) const = 0;
Dinline_function_utils.cc166 absl::optional<string> BodyNodeDevice(const NodeDef& ndef) const override { in BodyNodeDevice() function in tensorflow::__anon12cc2c770111::DefaultFunctionBodyPlacer
190 absl::optional<string> BodyNodeDevice(const NodeDef& ndef) const override { in BodyNodeDevice() function in tensorflow::__anon12cc2c770111::SingleDeviceFunctionBodyPlacer
221 absl::optional<string> BodyNodeDevice(const NodeDef& ndef) const override { in BodyNodeDevice() function in tensorflow::__anon12cc2c770111::MultiDeviceFunctionBodyPlacer
601 const absl::optional<string> device = placer->BodyNodeDevice(ndef); in InlineFunctionBody()