/third_party/mindspore/tests/st/ops/graph_kernel/ |
D | test_tile.py | 24 def __init__(self, multiples): argument 27 self.multiples = multiples 30 return self.tile(x, self.multiples) 33 def get_output(x, multiples, enable_graph_kernel=False): argument 35 net = Net(multiples) 40 def test_tile(shape, dtype, multiples): argument 42 expect = get_output(x, multiples, False) 43 output = get_output(x, multiples, True)
|
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/ |
D | tile.py | 29 multiples = self.attrs["multiples"] 32 multiples = list(multiples) 33 diff_len = len(multiples) - len(shape) 35 …e GKException("Dimensions of multiples{} < dimensions of input{} in Tile".format(multiples, shape)) 42 for sh, mul in list(zip(shape, multiples)):
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_tile_parser.cc | 39 std::vector<int32_t> multiples; in Parse() local 40 multiples.clear(); in Parse() 42 multiples.push_back(tile_param.tiles()); in Parse() 44 multiples.push_back(1); in Parse() 46 auto value_ptr = MakeValue(multiples); in Parse()
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/ |
D | tile_npu.cc | 49 std::vector<int> multiples; in SetNPUInputs() local 55 multiples.push_back(multiple_data[i]); in SetNPUInputs() 57 …ge::TensorDesc multiple_tensor_desc(ge::Shape({static_cast<int64_t>(multiples.size())}), ge::FORMA… in SetNPUInputs() 60 …multiple_tensor->SetData(reinterpret_cast<uint8_t *>(multiples.data()), multiples.size() * sizeof(… in SetNPUInputs()
|
/third_party/mindspore/mindspore/lite/src/ops/compat/v0/ |
D | tile_compat_v0.cc | 41 auto multiples_attr = param->multiples(); in TransferTileToAttr() 46 std::vector<int> multiples = std::vector<int>(multiples_attr->begin(), multiples_attr->end()); in TransferTileToAttr() local 47 …auto multiples_tensor = AttrToTensor(multiples.data(), multiples.size(), true, kNumberTypeInt32, t… in TransferTileToAttr()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | tile_info.cc | 43 ValueTuplePtr multiples = input_value_[1]->cast<ValueTuplePtr>(); in GetAttrs() local 44 if (multiples == nullptr) { in GetAttrs() 48 elements = multiples->value(); in GetAttrs() 78 Shapes multiples = {tmp}; in CheckStrategy() local 81 return CheckStrategyValue(strategy, multiples); in CheckStrategy()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/ |
D | tile_gpu_kernel.h | 97 std::vector<int64_t> multiples = GetAttr<std::vector<int64_t>>(kernel_node, "multiples"); in Init() local 98 …int64_t filling_value = static_cast<int64_t>(multiples.size()) - static_cast<int64_t>(input_shape_… in Init()
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_array_ops.py | 225 def _tile_shape(multiples, shapex): argument 227 len_muli = len(multiples) 236 ret.append(multiples[i]) 241 ret.append(multiples[i]) 256 def bprop(x, multiples, out, dout): argument 258 r_shape = _tile_shape(multiples, shapex) 263 return dx, zeros_like(multiples)
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | langtagRegex.txt | 71 $variantList = $variant (?: $s $variant )* ; # special for multiples 72 $extensionList = $extension (?: $s $extension )* ; # special for multiples
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/translit/ |
D | langtagRegex.txt | 70 $variantList = $variant (?: $s $variant )* ; # special for multiples 71 $extensionList = $extension (?: $s $extension )* ; # special for multiples
|
/third_party/mindspore/tests/vm_impl/ |
D | array_ops_vm_impl.py | 186 def vm_impl(x, multiples): argument 188 out = np.tile(x, multiples)
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_compression_s3tc_update.txt | 108 pixel blocks. If <xoffset> or <yoffset> are not multiples of 4 an 133 If <xoffset> or <yoffset> are not multiples of 4 an
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_compression_s3tc_update.txt | 108 pixel blocks. If <xoffset> or <yoffset> are not multiples of 4 an 133 If <xoffset> or <yoffset> are not multiples of 4 an
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_38.txt | 19 Unlike the test test_nested-multiples-with-internal-boundary, this
|
/third_party/openssl/doc/man7/ |
D | des_modes.pod | 113 Only multiples of j bits can be enciphered. 157 Only multiples of j bits can be enciphered.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_compression_s3tc_srgb.txt | 139 pixel blocks. If <xoffset> or <yoffset> are not multiples of 4 an 292 * <xoffset> or <yoffset> are not multiples of 4 326 * <xoffset> or <yoffset> are not multiples of 4
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_compression_s3tc_srgb.txt | 139 pixel blocks. If <xoffset> or <yoffset> are not multiples of 4 an 292 * <xoffset> or <yoffset> are not multiples of 4 326 * <xoffset> or <yoffset> are not multiples of 4
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/ |
D | sparse_softmax_cross_entropy_with_logits_unify_mindir.cc | 266 auto multiples = MakeValue(multiple_value); in CreateTile() local 267 auto multiples_node = CreateValueNode(multiples, kNumberTypeInt64); in CreateTile() 291 AnfAlgo::SetNodeAttr(kAttrMultiples, MakeValue(multiples), tile_node); in CreateTile()
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.0.6.rst | 87 - mesa/copyimage: allow width/height to not be multiples of block
|
/third_party/python/Doc/library/ |
D | _thread.rst | 138 minimum stack size > 32 KiB or requiring allocation in multiples of the system 140 information (4 KiB pages are common; using multiples of 4096 for the stack size is
|
/third_party/openh264/ |
D | README.md | 8 - Arbitrary resolution, not constrained to multiples of 16x16 28 - Arbitrary resolution, not constrained to multiples of 16x16
|
/third_party/mindspore/mindspore/ops/composite/multitype_ops/ |
D | _compile_utils.py | 218 multiples = const_utils.compute_multiples(F.shape(x), broadcast_shape) 219 if multiples: 220 x = F.reshape(x, const_utils.expanded_shape(F.shape(x), len(multiples) - F.rank(x))) 221 return F.tile(x, multiples)
|
/third_party/boost/libs/metaparse/doc/ |
D | design.qbk | 57 the size of the header files (the reducion is multiples of MBs).
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | README.md | 239 [ceval]: tan() is not defined for odd-integral multiples of _pi/2
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_icc_texture.txt | 160 and both must be multiples of four. The number of pixels in a row 195 of UNPACK_SKIP_ROWS and UNPACK_SKIP_PIXELS must be multiples of 365 The xoffset and yoffset parameters must be multiples of four or 426 rounded up to the next multiples of 4 such that only complete
|