Home
last modified time | relevance | path

Searched refs:multiples (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_tile.py24 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/
Dtile.py29 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/
Dcaffe_tile_parser.cc39 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/
Dtile_npu.cc49 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/
Dtile_compat_v0.cc41 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/
Dtile_info.cc43 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/
Dtile_gpu_kernel.h97 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/
Dgrad_array_ops.py225 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/
DlangtagRegex.txt71 $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/
DlangtagRegex.txt70 $variantList = $variant (?: $s $variant )* ; # special for multiples
71 $extensionList = $extension (?: $s $extension )* ; # special for multiples
/third_party/mindspore/tests/vm_impl/
Darray_ops_vm_impl.py186 def vm_impl(x, multiples): argument
188 out = np.tile(x, multiples)
/third_party/openGLES/extensions/NV/
DNV_texture_compression_s3tc_update.txt108 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/
DNV_texture_compression_s3tc_update.txt108 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/
Dmsg_38.txt19 Unlike the test test_nested-multiples-with-internal-boundary, this
/third_party/openssl/doc/man7/
Ddes_modes.pod113 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/
DEXT_texture_compression_s3tc_srgb.txt139 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/
DEXT_texture_compression_s3tc_srgb.txt139 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/
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc266 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/
D11.0.6.rst87 - mesa/copyimage: allow width/height to not be multiples of block
/third_party/python/Doc/library/
D_thread.rst138 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/
DREADME.md8 - 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.py218 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/
Ddesign.qbk57 the size of the header files (the reducion is multiples of MBs).
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md239 [ceval]: tan() is not defined for odd-integral multiples of _pi/2
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_icc_texture.txt160 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

123456