Home
last modified time | relevance | path

Searched refs:copy_info (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dtransform_test.py254 _, copy_info = ge.copy(
256 copied_result = copy_info.transformed(result)
257 copied_max_index = copy_info.transformed(max_index)
273 _, copy_info = ge.copy(
275 copied_result = copy_info.transformed(result)
276 copied_choice = copy_info.transformed(choice)
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc930 const CopyNodes& copy_info = pair.second; in ToString() local
933 copy_info.src->value->ToShortString(), " => ", in ToString()
934 copy_info.dest->value->ToShortString(), "\n"); in ToString()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp33860 VkBufferCopy copy_info = {0, 0, buffer_size}; in TEST_F() local
33861 …opyBuffer(m_commandBuffer->handle(), buffer_input.handle(), buffer_export.handle(), 1, &copy_info); in TEST_F()
33867 …pyBuffer(m_commandBuffer->handle(), buffer_import.handle(), buffer_output.handle(), 1, &copy_info); in TEST_F()