Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.h95 Graph* graph, const DeviceType device_type, const bool is_host_memory,
Ddebug_graph_utils.cc300 Graph* graph, const DeviceType device_type, const bool is_host_memory, in CreateCopyNode() argument
309 const string copy_op_name = is_host_memory ? "CopyHost" : "Copy"; in CreateCopyNode()