Searched refs:copy_info (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/graph_editor/tests/ |
D | transform_test.py | 254 _, 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/ |
D | copy_insertion.cc | 930 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/ |
D | layer_validation_tests.cpp | 33860 VkBufferCopy copy_info = {0, 0, buffer_size}; in TEST_F() local 33861 …opyBuffer(m_commandBuffer->handle(), buffer_input.handle(), buffer_export.handle(), 1, ©_info); in TEST_F() 33867 …pyBuffer(m_commandBuffer->handle(), buffer_import.handle(), buffer_output.handle(), 1, ©_info); in TEST_F()
|