Home
last modified time | relevance | path

Searched defs:crops (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dbatch_to_space.cc24 …oSpace::Init(const std::vector<int64_t> &block_size, const std::vector<std::vector<int64_t>> &crop… in Init()
38 void BatchToSpace::set_crops(const std::vector<std::vector<int64_t>> &crops) { in set_crops()
60 auto crops = GetValue<std::vector<std::vector<int64_t>>>(primitive->GetAttr(kCrops)); in BatchToSpaceInfer() local
Dbatch_to_space_nd.cc39 auto crops = GetValue<std::vector<std::vector<int64_t>>>(primitive->GetAttr(kCrops)); in InferShape() local
65 void BatchToSpaceND::set_crops(std::vector<std::vector<int64_t>> crops) { in set_crops()
99 …SpaceND::Init(const std::vector<int64_t> block_shape, const std::vector<std::vector<int64_t>> crop… in Init()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dbatch_to_space_nd_tests.cc26 OpParameter *CreateParameter(int block_shape[], int crops[], const std::vector<int> &input_shape, in CreateParameter()
41 int crops[] = {2, 0, 2, 0}; in TEST_F() local
85 int crops[] = {0, 1, 0, 1}; in TEST_F() local
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dbatch_to_space_fp32_test.cc55 int crops[4] = {1, 0, 0, 1}; in TEST_F() local
93 int crops[4] = {1, 1, 1, 0}; in TEST_F() local
137 int crops[4] = {2, 0, 0, 2}; in TEST_F() local
185 int crops[4] = {1, 2, 1, 1}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dbatch_to_space_infer.c31 const int32_t *crops = param->crops_; in SetOutputShapeFromParam() local
73 int *crops = (int *)(inputs[2]->data_); in SetOutputShapeFromInput() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_batch_to_space_parser.cc44 std::vector<std::vector<int64_t>> crops; in Parse() local
/third_party/mindspore/mindspore/lite/src/ops/populate/v0/
Dbatch_to_space_populate_v0.cc38 auto crops = attr->crops(); in PopulateBatchToSpaceParameter() local
/third_party/mindspore/mindspore/lite/src/ops/populate/
Dbatch_to_space_populate.cc60 std::vector<int64_t> crops; in PopulateBatchToSpaceParameter() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dbatch_to_space_fp32.cc36 auto crops = static_cast<int *>(crops_data); in Processinput() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dspace_batch_nd_attr_update.cc75 auto crops = AnfAlgo::GetNodeAttr<std::vector<std::vector<int64_t>>>(node, kAttrCrops); in Process() local
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/backbone/
Dresnet_deeplab.py73 crops, argument
101 crops, argument
197 def __init__(self, block_shape, crops): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dbatch_to_space_base.c49 const int *crops, int data_size) { in BatchToSpaceForNHWC()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dbatch_to_space_int8.c57const int *crops, const QuantArg *in_quant_arg, const QuantArg *out_quant_arg) { in BatchToSpaceForNHWCInt8()
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph_to_model.cc303 auto crops = value->crops(); in ConvertBatchToSpaceND() local
Dmindir.cc697 const std::vector<std::vector<int64_t>> &crops) { in MindIR_BatchToSpaceND_CreatePrimitive()
766 …dIR_BatchToSpaceND_SetCrops(PrimitivePtr *primitive, const std::vector<std::vector<int64_t>> &crop… in MindIR_BatchToSpaceND_SetCrops()
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py5079 def __init__(self, block_size, crops): argument
5277 def __init__(self, block_shape, crops): argument
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c1408 CropInfo crops[3]; in filter_frame() local
/third_party/mindspore/mindspore/lite/schema/
Dops_v0_generated.h8644 const flatbuffers::Vector<int32_t> *crops() const { in crops() function
8709 const flatbuffers::Vector<int32_t> *crops() const { in crops() function
/third_party/mindspore/mindspore/lite/schema/inner/
Dops_v0_generated.h12175 const flatbuffers::Vector<int32_t> *crops() const { in crops() function
12261 const flatbuffers::Vector<int32_t> *crops() const { in crops() function