Home
last modified time | relevance | path

Searched refs:my_binary (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_destroy_test.cpp36 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()
Dbinary_header_get_test.cpp62 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/
Dbinary_destroy_test.cpp36 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()
Dbinary_header_get_test.cpp62 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/
Dtfcompile.md269 name = "my_binary",