Home
last modified time | relevance | path

Searched defs:size_array (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/
Dresize_2d.cc28 …Resize2D(const SymbolPtr &image_shape, const SymbolPtr &size_array) : InferShapeOp({image_shape, s… in Resize2D()
38 auto size_array = input_as<ListSymbol>(kIndex1); in Eval() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dresize_nearest_neighbor_grad.cc50 auto size_array = size_ptr.value(); in InferShape() local
Dresize_linear_1d.cc45 auto size_array = size_array_opt.value(); in InferShape() local
Dresize_2d.cc52 auto size_array = size_array_opt.value(); in Resize2DInferShape() local
Dupsample.cc54 auto size_array = size_array_opt.value(); in InferShapeFromSize() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.h162 uint64_t size_array, in panfrost_emit_primitive_size()