Home
last modified time | relevance | path

Searched defs:ref_data (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp16_grad/
Dactivation_grad_fp16_test.cc47 …auto ref_data = reinterpret_cast<const float *>(mindspore::lite::ReadFile(output_path.c_str(), &in… in TEST_F() local
102 …auto ref_data = reinterpret_cast<const float *>(mindspore::lite::ReadFile(output_path.c_str(), &in… in TEST_F() local
Darithmetic_fp16_self_grad_tests.cc45 …auto ref_data = reinterpret_cast<const float *>(mindspore::lite::ReadFile(output_path.c_str(), &in… in TEST_F() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderStorageBufferObjectTests.cpp7217 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
7234 const int ref_data[2] = { 3, 5 }; in Run() local
7251 const int ref_data[2] = { 2, 10 }; in Run() local
7268 const int ref_data[1] = { 6 }; in Run() local
7285 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
7302 const int ref_data[2] = { 3, 5 }; in Run() local
7319 const int ref_data[2] = { 2, 10 }; in Run() local
7445 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
7464 const int ref_data[2] = { 3, 5 }; in Run() local
7483 const int ref_data[2] = { 2, 10 }; in Run() local
[all …]
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp6663 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
6682 const int ref_data[2] = { 3, 5 }; in Run() local
6701 const int ref_data[2] = { 2, 10 }; in Run() local
6720 const int ref_data[1] = { 6 }; in Run() local
6739 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
6758 const int ref_data[2] = { 3, 5 }; in Run() local
6777 const int ref_data[2] = { 2, 10 }; in Run() local
6903 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
6922 const int ref_data[2] = { 3, 5 }; in Run() local
6941 const int ref_data[2] = { 2, 10 }; in Run() local
[all …]
Dgl4cComputeShaderTests.cpp4800 const float ref_data[3 * 8] = { in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderStorageBufferObjectTests.cpp6805 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
6824 const int ref_data[2] = { 3, 5 }; in Run() local
6843 const int ref_data[2] = { 2, 10 }; in Run() local
6862 const int ref_data[1] = { 6 }; in Run() local
6881 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
6900 const int ref_data[2] = { 3, 5 }; in Run() local
6919 const int ref_data[2] = { 2, 10 }; in Run() local
7046 const int ref_data[4] = { 4, 1, 4, 2 }; in Run() local
7074 const int ref_data[2] = { 3, 5 }; in Run() local
7099 const int ref_data[2] = { 2, 10 }; in Run() local
[all …]
Des31cComputeShaderTests.cpp4861 const float ref_data[3 * 8] = { in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp336 const unsigned char* ref_data = ref_row + x * pixel_size; in iterate() local
1351 unsigned char ref_data[TEXTURE_WIDTH * TEXTURE_HEIGHT * N_TEXTURE_COMPONENTS] = { 0 }; in iterate() local
DesextcGeometryShaderRendering.cpp1678 static const unsigned char ref_data[] = { 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, in verify() local
5764 const float ref_data[] = { in verify() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dtensor_default_impl.h58 size_t data_len, bool ref_data, bool own_data) in TensorDefaultImpl()
/third_party/ffmpeg/libavfilter/
Dvf_ssim.c225 const uint8_t *ref_data[4]; member
247 const uint8_t *ref_data = td->ref_data[c]; in ssim_plane_16bit() local
290 const uint8_t *ref_data = td->ref_data[c]; in ssim_plane() local
Dvf_identity.c87 const uint8_t *ref_data[4]; member
Dvf_psnr.c111 const uint8_t *ref_data[4]; member
Dvf_vif.c52 float *ref_data; member
/third_party/ffmpeg/libavformat/
Dvapoursynth.c346 struct vsframe_ref_data *ref_data; in read_packet_vs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dtransform_util.cc534 auto ref_data = std::make_shared<TensorRefData>(data, data_size, itemsize, ndim); in GenerateMeTensor() local
Dconvert.cc855 auto ref_data = std::make_shared<RefData>(name); in InitParamWithData() local
939 auto ref_data = std::make_shared<RefData>(name); in ReplaceAllParameterToRefData() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Ddestructure_tuple_binding.rs249 let ref_data = handle_ref_field_usage(ctx, &index.field_expr); in edit_tuple_field_usage() localVariable
326 let mut ref_data = in handle_ref_field_usage() localVariable
/third_party/ffmpeg/libavcodec/
Dmotion_est.c1198 uint8_t **ref_data= c->ref[0]; in check_bidir_mv() local