Home
last modified time | relevance | path

Searched defs:float_data (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.cc26 auto float_data = static_cast<float *>(dst); in HalfToFloat() local
37 auto float_data = static_cast<const float *>(src); in FloatToHalf() local
49 auto float_data = static_cast<float *>(dst); in DoubleToFloat() local
59 auto float_data = static_cast<const float *>(src); in FloatToDouble() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp161 glw::GLfloat float_data; member in glcts::MultisampleTextureGetTexLevelParametervInvalidTextureTargetRejectedTest
177 glw::GLfloat float_data; member in glcts::MultisampleTextureGetTexLevelParametervInvalidValueArgumentRejectedTest
196 glw::GLfloat float_data; member in glcts::MultisampleTextureGetTexLevelParametervNegativeLodIsRejectedTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp83 template <> struct float_data<float> { struct
84 static const size_t mangled_size = 8;
85 static const size_t max_demangled_size = 24;
86 static const char *spec;
90 template <> struct float_data<double> { struct
91 static const size_t mangled_size = 16;
92 static const size_t max_demangled_size = 32;
93 static const char *spec;
98 template <> struct float_data<long double> { struct
101 static const size_t mangled_size = 32;
[all …]
/third_party/mesa3d/src/util/tests/
Droundeven_test.cpp38 } float_data[] = { in TEST() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dmul_reduce_fusion.cc127 auto *float_data = static_cast<float *>(data_info.data_ptr_); in ProcessGather() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Dfused_batch_norm_fusion.cc81 float float_data = half_to_float(half_data[0]); in GetFactor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danf_ir.proto330 repeated float float_data = 3 [packed = true]; field
/third_party/mindspore/mindspore-src/source/third_party/proto/onnx/
Donnx.proto380 repeated float float_data = 4 [packed = true]; field
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp875 uint32_t float_data[1]; in TEST() local
/third_party/spirv-tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp875 uint32_t float_data[1]; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp875 uint32_t float_data[1]; in TEST() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp4560 static const GLfloat float_data[16] = { 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, in prepareUniforms() local
5263 static const GLfloat float_data[4] = { 0.5f, 0.125f, 0.375f, 0.0f }; in prepareUniforms() local
6736 static const GLfloat float_data[4] = { 0.0f, 0.0f, 1.0f, 1.0f }; in prepareUniforms() local
7052 static const GLfloat float_data[4] = { 1.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local
7367 static const GLfloat float_data[4] = { 1.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local
7691 static const GLfloat float_data[4] = { 1.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local
13474 …static const GLfloat float_data[16] = { m_value, m_value, m_value, m_value, m_value, m_value, m_va… in prepareUniforms() local
15381 static const GLfloat float_data[16] = { float_value, float_value, float_value, float_value, in prepareUniforms() local
15428 static const GLfloat float_data[16] = { float_value, float_value, float_value, float_value, in prepareVertexBuffer() local
Dgl4cShaderSubroutineTests.cpp4885 GLfloat* float_data = (GLfloat*)feedback_data; in testDraw() local
/third_party/mindspore/mindspore-src/source/mindspore/core/proto/
Dmind_ir.proto200 repeated float float_data = 3; field
/third_party/libbpf/src/
Dbtf_dump.c1954 union float_data { union
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto38 repeated float float_data = 6; field
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp253 float float_data; member