Home
last modified time | relevance | path

Searched refs:MemoryTypeForOutput (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types_test.cc71 TEST(MemoryTypeChecker, MemoryTypeForOutput) { in TEST() argument
80 TF_EXPECT_OK(MemoryTypeForOutput(DEVICE_CPU, g, sf, 0, &memory_type)); in TEST()
85 TF_EXPECT_OK(MemoryTypeForOutput(DEVICE_GPU, g, si, 0, &memory_type)); in TEST()
91 TF_EXPECT_OK(MemoryTypeForOutput(DEVICE_SYCL, g, si, 0, &memory_type)); in TEST()
Dmemory_types.h43 Status MemoryTypeForOutput(const DeviceType& device_type, const Graph* g,
Dmemory_types.cc205 Status MemoryTypeForOutput(const DeviceType& device_type, const Graph* g, in MemoryTypeForOutput() function
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc145 TF_RETURN_IF_ERROR(MemoryTypeForOutput(device_type, graph, src_node, in InsertNodes()