Searched refs:is_host_memory (Results 1 – 2 of 2) sorted by relevance
95 Graph* graph, const DeviceType device_type, const bool is_host_memory,
300 Graph* graph, const DeviceType device_type, const bool is_host_memory, in CreateCopyNode() argument309 const string copy_op_name = is_host_memory ? "CopyHost" : "Copy"; in CreateCopyNode()