/third_party/mindspore/mindspore/core/ops/ |
D | batch_to_space.cc | 24 …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
|
D | batch_to_space_nd.cc | 39 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/ |
D | batch_to_space_nd_tests.cc | 26 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/ |
D | batch_to_space_fp32_test.cc | 55 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/ |
D | batch_to_space_infer.c | 31 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/ |
D | tflite_batch_to_space_parser.cc | 44 std::vector<std::vector<int64_t>> crops; in Parse() local
|
/third_party/mindspore/mindspore/lite/src/ops/populate/v0/ |
D | batch_to_space_populate_v0.cc | 38 auto crops = attr->crops(); in PopulateBatchToSpaceParameter() local
|
/third_party/mindspore/mindspore/lite/src/ops/populate/ |
D | batch_to_space_populate.cc | 60 std::vector<int64_t> crops; in PopulateBatchToSpaceParameter() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | batch_to_space_fp32.cc | 36 auto crops = static_cast<int *>(crops_data); in Processinput() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/ |
D | space_batch_nd_attr_update.cc | 75 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/ |
D | resnet_deeplab.py | 73 crops, argument 101 crops, argument 197 def __init__(self, block_shape, crops): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/ |
D | batch_to_space_base.c | 49 const int *crops, int data_size) { in BatchToSpaceForNHWC()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | batch_to_space_int8.c | 57 … const int *crops, const QuantArg *in_quant_arg, const QuantArg *out_quant_arg) { in BatchToSpaceForNHWCInt8()
|
/third_party/mindspore/mindspore/lite/mindir/src/ |
D | mindir_nnrt_lite_graph_to_model.cc | 303 auto crops = value->crops(); in ConvertBatchToSpaceND() local
|
D | mindir.cc | 697 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/ |
D | array_ops.py | 5079 def __init__(self, block_size, crops): argument 5277 def __init__(self, block_shape, crops): argument
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 1408 CropInfo crops[3]; in filter_frame() local
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_v0_generated.h | 8644 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/ |
D | ops_v0_generated.h | 12175 const flatbuffers::Vector<int32_t> *crops() const { in crops() function 12261 const flatbuffers::Vector<int32_t> *crops() const { in crops() function
|