/third_party/mindspore/mindspore/ccsrc/utils/ |
D | node_strategy.proto | 22 repeated uint32 dim = 1; field 36 repeated uint32 dim = 1; field 40 repeated int32 dim = 1; field 44 repeated int64 dim = 1; field 48 repeated int64 dim = 1; field 67 repeated uint32 dim = 1; field
|
/third_party/boost/libs/compute/include/boost/compute/utility/ |
D | dim.hpp | 31 inline extents<sizeof...(Args)> dim(Args... args) in dim() function 40 inline extents<1> dim(T arg) in dim() function 68 inline extents<N> dim() in dim() function
|
/third_party/boost/boost/compute/utility/ |
D | dim.hpp | 31 inline extents<sizeof...(Args)> dim(Args... args) in dim() function 40 inline extents<1> dim(T arg) in dim() function 68 inline extents<N> dim() in dim() function
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | texture.cc | 22 std::ostream& operator<<(std::ostream& out, TextureDimension dim) { in operator <<() 49 bool IsTextureArray(TextureDimension dim) { in IsTextureArray() 64 int NumCoordinateAxes(TextureDimension dim) { in NumCoordinateAxes()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ps/ |
D | embedding_look_up_proxy_kernel.cc | 41 for (auto dim : input_shape) { in InitKernel() local 54 [](size_t dim) -> float { return SizeToFloat(dim); }); in InitKernel() 56 [](size_t dim) -> float { return SizeToFloat(dim); }); in InitKernel() 58 [](size_t dim) -> float { return SizeToFloat(dim); }); in InitKernel()
|
/third_party/boost/boost/units/ |
D | dim.hpp | 61 struct dim struct 77 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::units::dim, 2)
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 245 unsigned dim_layer_shadow, dim; in tgsi_util_get_inst_usage_mask() local 303 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); in tgsi_util_get_inst_usage_mask() local 310 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); in tgsi_util_get_inst_usage_mask() local 331 unsigned dim = tgsi_util_get_texture_coord_dim(inst->Memory.Texture); in tgsi_util_get_inst_usage_mask() local
|
/third_party/boost/libs/gil/test/extension/io/ |
D | tiff_subimage_test.cpp | 71 point_t dim( 32, 32 ); in BOOST_AUTO_TEST_CASE() local 88 point_t dim( 32, 32 ); in BOOST_AUTO_TEST_CASE() local 106 point_t dim( 32, 32 ); in BOOST_AUTO_TEST_CASE() local
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | depth_texture_type.cc | 25 bool IsValidDepthDimension(ast::TextureDimension dim) { in IsValidDepthDimension() 34 DepthTexture::DepthTexture(ast::TextureDimension dim) : Base(dim) { in DepthTexture()
|
D | depth_multisampled_texture_type.cc | 25 bool IsValidDepthDimension(ast::TextureDimension dim) { in IsValidDepthDimension() 31 DepthMultisampledTexture::DepthMultisampledTexture(ast::TextureDimension dim) in DepthMultisampledTexture()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | eye_impl.cu | 20 __global__ void EyeKernel(const size_t size, const size_t dim, T *output_addr) { in EyeKernel() 34 void Eye(const size_t size, const size_t dim, T *output_addr, cudaStream_t cuda_stream) { in Eye()
|
D | matrix_split_impl.cu | 20 __global__ void MatrixSplitKernel(const size_t size, const size_t split_dim, const size_t dim, T *i… in MatrixSplitKernel() 32 __global__ void MatrixSplitKernel(const size_t size, const size_t split_dim, const size_t dim, cons… in MatrixSplitKernel() 55 void MatrixSplit(const size_t size, const size_t split_dim, const size_t dim, T *input_addr, T *out… in MatrixSplit()
|
/third_party/skia/src/codec/ |
D | SkScalingCodec.h | 20 SkISize dim = this->dimensions(); in onGetScaledDimensions() local 29 SkISize dim = this->dimensions(); in onDimensionsSupported() local
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_subimage_test.cpp | 67 gil::point_t dim(32, 32); in test_subimage_test_8() local 83 gil::point_t dim(32, 32); in test_subimage_test_16() local 101 gil::point_t dim(32, 32); in test_subimage_test_32() local
|
/third_party/flutter/skia/src/codec/ |
D | SkScalingCodec.h | 20 SkISize dim = this->dimensions(); in onGetScaledDimensions() local 29 SkISize dim = this->dimensions(); in onDimensionsSupported() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | tensor_proto.cc | 50 for (auto dim : shape) { in TensorToPb() local 69 [](const google::protobuf::int64 dim) { return static_cast<dsize_t>(dim); }); in PbToTensor()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/ |
D | tensor_info.h | 47 void set_reduce_dim(const std::vector<int64_t> &dim) { reduce_dim_ = dim; } in set_reduce_dim() 55 int64_t dim = (int64_t)(shape_[i] / slice_shape_[i]); in InferStrategy() local
|
/third_party/boost/libs/geometry/test/strategies/ |
D | transformer.cpp | 38 const std::size_t dim = bg::dimension<P>::value; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local 53 const std::size_t dim = bg::dimension<P>::value; in test_all() local
|
/third_party/freetype/src/pshinter/ |
D | pshrec.c | 589 ps_dimension_end_mask( PS_Dimension dim, in ps_dimension_end_mask() 608 ps_dimension_reset_mask( PS_Dimension dim, in ps_dimension_reset_mask() 625 ps_dimension_set_mask_bits( PS_Dimension dim, in ps_dimension_set_mask_bits() 651 ps_dimension_add_t1stem( PS_Dimension dim, in ps_dimension_add_t1stem() 722 ps_dimension_add_counter( PS_Dimension dim, in ps_dimension_add_counter() 780 ps_dimension_end( PS_Dimension dim, in ps_dimension_end() 845 PS_Dimension dim; in ps_hints_stem() local 897 PS_Dimension dim; in ps_hints_t1stem3() local 1000 PS_Dimension dim = hints->dimension; in ps_hints_t2mask() local 1045 PS_Dimension dim = hints->dimension; in ps_hints_t2counter() local [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 590 ps_dimension_end_mask( PS_Dimension dim, in ps_dimension_end_mask() 609 ps_dimension_reset_mask( PS_Dimension dim, in ps_dimension_reset_mask() 626 ps_dimension_set_mask_bits( PS_Dimension dim, in ps_dimension_set_mask_bits() 652 ps_dimension_add_t1stem( PS_Dimension dim, in ps_dimension_add_t1stem() 723 ps_dimension_add_counter( PS_Dimension dim, in ps_dimension_add_counter() 781 ps_dimension_end( PS_Dimension dim, in ps_dimension_end() 846 PS_Dimension dim; in ps_hints_stem() local 898 PS_Dimension dim; in ps_hints_t1stem3() local 1001 PS_Dimension dim = hints->dimension; in ps_hints_t2mask() local 1046 PS_Dimension dim = hints->dimension; in ps_hints_t2counter() local [all …]
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 584 ps_dimension_end_mask( PS_Dimension dim, in ps_dimension_end_mask() 603 ps_dimension_reset_mask( PS_Dimension dim, in ps_dimension_reset_mask() 620 ps_dimension_set_mask_bits( PS_Dimension dim, in ps_dimension_set_mask_bits() 646 ps_dimension_add_t1stem( PS_Dimension dim, in ps_dimension_add_t1stem() 717 ps_dimension_add_counter( PS_Dimension dim, in ps_dimension_add_counter() 775 ps_dimension_end( PS_Dimension dim, in ps_dimension_end() 840 PS_Dimension dim; in ps_hints_stem() local 892 PS_Dimension dim; in ps_hints_t1stem3() local 995 PS_Dimension dim = hints->dimension; in ps_hints_t2mask() local 1040 PS_Dimension dim = hints->dimension; in ps_hints_t2counter() local [all …]
|
/third_party/freetype/src/autofit/ |
D | afcjk.c | 89 int dim; in af_cjk_metrics_init_widths() local 670 AF_Dimension dim ) in af_cjk_metrics_scale_dim() 804 AF_Dimension dim ) in af_cjk_hints_compute_segments() 848 AF_Dimension dim ) in af_cjk_hints_link_segments() 1006 AF_Dimension dim ) in af_cjk_hints_compute_edges() 1275 AF_Dimension dim ) in af_cjk_hints_detect_features() 1296 AF_Dimension dim ) in af_cjk_hints_compute_blue_edges() 1512 AF_Dimension dim, in af_cjk_compute_stem_width() 1633 AF_Dimension dim, in af_cjk_align_linked_edge() 1689 AF_Dimension dim ) in af_hint_normal_stem() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afcjk.c | 90 int dim; in af_cjk_metrics_init_widths() local 671 AF_Dimension dim ) in af_cjk_metrics_scale_dim() 805 AF_Dimension dim ) in af_cjk_hints_compute_segments() 849 AF_Dimension dim ) in af_cjk_hints_link_segments() 1007 AF_Dimension dim ) in af_cjk_hints_compute_edges() 1276 AF_Dimension dim ) in af_cjk_hints_detect_features() 1297 AF_Dimension dim ) in af_cjk_hints_compute_blue_edges() 1513 AF_Dimension dim, in af_cjk_compute_stem_width() 1634 AF_Dimension dim, in af_cjk_align_linked_edge() 1690 AF_Dimension dim ) in af_hint_normal_stem() [all …]
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afcjk.c | 84 int dim; in af_cjk_metrics_init_widths() local 664 AF_Dimension dim ) in af_cjk_metrics_scale_dim() 798 AF_Dimension dim ) in af_cjk_hints_compute_segments() 842 AF_Dimension dim ) in af_cjk_hints_link_segments() 1000 AF_Dimension dim ) in af_cjk_hints_compute_edges() 1269 AF_Dimension dim ) in af_cjk_hints_detect_features() 1290 AF_Dimension dim ) in af_cjk_hints_compute_blue_edges() 1495 AF_Dimension dim, in af_cjk_compute_stem_width() 1616 AF_Dimension dim, in af_cjk_align_linked_edge() 1672 AF_Dimension dim ) in af_hint_normal_stem() [all …]
|
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/ |
D | test_gather_d.py | 25 def __init__(self, dim=0): argument 35 def __init__(self, dim=0, shape=None): argument
|