Searched refs:MemoryTypeForOutput (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | memory_types_test.cc | 59 TEST(MemoryTypeChecker, MemoryTypeForOutput) { in TEST() argument 68 TF_EXPECT_OK(MemoryTypeForOutput(DEVICE_CPU, g, sf, 0, &memory_type)); in TEST() 73 TF_EXPECT_OK(MemoryTypeForOutput(DEVICE_GPU, g, si, 0, &memory_type)); in TEST()
|
D | memory_types.h | 43 Status MemoryTypeForOutput(const DeviceType& device_type, const Graph* g,
|
D | memory_types.cc | 215 Status MemoryTypeForOutput(const DeviceType& device_type, const Graph* g, in MemoryTypeForOutput() function
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils.cc | 172 TF_RETURN_IF_ERROR(MemoryTypeForOutput(device_type, graph, src_node, in InsertNodes()
|