Searched refs:my_binary (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_destroy_test.cpp | 36 spv_binary my_binary = nullptr; in TEST_F() local 38 text.length, &my_binary, &diagnostic)); in TEST_F() 39 ASSERT_NE(nullptr, my_binary); in TEST_F() 40 spvBinaryDestroy(my_binary); in TEST_F()
|
D | binary_header_get_test.cpp | 62 spv_const_binary_t my_binary = {nullptr, 0}; in TEST_F() local 65 spvBinaryHeaderGet(&my_binary, SPV_ENDIANNESS_LITTLE, &header)); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_destroy_test.cpp | 36 spv_binary my_binary = nullptr; in TEST_F() local 38 text.length, &my_binary, &diagnostic)); in TEST_F() 39 ASSERT_NE(nullptr, my_binary); in TEST_F() 40 spvBinaryDestroy(my_binary); in TEST_F()
|
D | binary_header_get_test.cpp | 62 spv_const_binary_t my_binary = {nullptr, 0}; in TEST_F() local 65 spvBinaryHeaderGet(&my_binary, SPV_ENDIANNESS_LITTLE, &header)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | tfcompile.md | 269 name = "my_binary",
|