Searched refs:SPARSE (Results 1 – 17 of 17) sorted by relevance
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_lsh_projection.cc | 37 lsh_projection->Init(LshProjectionType::SPARSE); in TEST_F() 38 EXPECT_EQ(lsh_projection->get_type(), LshProjectionType::SPARSE); in TEST_F()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_lsh_projection_parser.cc | 41 prim->set_type(mindspore::LshProjectionType::SPARSE); in Parse()
|
D | schema.fbs | 512 SPARSE = 1,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 103 SPARSE, enumerator 109 SPARSE, enumerator 555 if (backingType == ImageBackingType::SPARSE) in commonCheckSupport() 595 if (backingType == ImageBackingType::SPARSE) in commonCheckSupport() 615 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport() 629 if (readType == ShaderReadType::SPARSE) in commonCheckSupport() 1078 if (m_readType == ShaderReadType::SPARSE) in iterate() 1254 if (m_backingType == ImageBackingType::SPARSE) in createImageAndView() 1930 { ShaderReadType::SPARSE, "sparse_read" }, in createImageAtomicOperationTests() 1940 { ImageBackingType::SPARSE, "sparse_img" }, in createImageAtomicOperationTests() [all …]
|
/third_party/mindspore/mindspore/core/ops/ |
D | lsh_projection.cc | 53 case (int64_t)LshProjectionType::SPARSE: in LshProjectionInfer()
|
/third_party/mindspore/mindspore/lite/mindir/include/ |
D | mindir_types.h | 194 SPARSE = 1, enumerator
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_types.fbs | 128 SPARSE = 1,
|
D | model.fbs | 44 SPARSE,
|
D | ops_v0.fbs | 131 SPARSE = 1,
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 116 enum class LshProjectionType : int64_t { UNKNOWN = 0, SPARSE = 1, DENSE = 2 }; enumerator
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sparse_texture2.txt | 701 <opModifier> ::= "SPARSE" 717 instruction using the "SPARSE" opcode modifier. This condition code 731 SPARSE Update the sparse memory condition code with status on 736 "SPARSE" modifier specifies that the sparse memory condition code 764 the sparse memory condition code register if the "SPARSE" instruction
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sparse_texture2.txt | 691 <opModifier> ::= "SPARSE" 707 instruction using the "SPARSE" opcode modifier. This condition code 721 SPARSE Update the sparse memory condition code with status on 726 "SPARSE" modifier specifies that the sparse memory condition code 754 the sparse memory condition code register if the "SPARSE" instruction
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_sparse_texture2.txt | 1052 <opModifier> ::= "SPARSE" 1069 instruction using the "SPARSE" opcode modifier. This condition code 1083 SPARSE Update the sparse memory condition code with status on 1091 "SPARSE" modifier specifies that the sparse memory condition code 1126 the sparse memory condition code register if the "SPARSE" instruction
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_sparse_texture2.txt | 1052 <opModifier> ::= "SPARSE" 1069 instruction using the "SPARSE" opcode modifier. This condition code 1083 SPARSE Update the sparse memory condition code with status on 1091 "SPARSE" modifier specifies that the sparse memory condition code 1126 the sparse memory condition code register if the "SPARSE" instruction
|
/third_party/mindspore/third_party/proto/tensorflow/lite/ |
D | schema.fbs | 512 SPARSE = 1,
|
D | schema_2.4.1.fbs | 517 SPARSE = 1,
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 27887 rtpklvdepay: add the SPARSE flag to the outgoing stream-start event 36741 avidemux: Properly set SPARSE stream flags for subpicture/subtitle
|