Home
last modified time | relevance | path

Searched defs:input_devices (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h233 std::vector<Device*> input_devices, in KernelAndDeviceFunc()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h545 std::vector<string> input_devices; member
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc581 const string& target, const std::vector<string>& input_devices, in MakeOptions()
Dprocess_function_library_runtime.cc364 const std::vector<string>& input_devices, in PinArgsAndRets()
Dfunction.cc1510 std::vector<string> input_devices(caller.in_edges().size()); in InputDevices() local