Home
last modified time | relevance | path

Searched defs:input_shapes (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dstack_tests.cc36 std::vector<int> input_shapes[INPUT_NUM] = {{10}, {10}}; in TEST_F() local
53 std::vector<int> input_shapes[INPUT_NUM] = {{3, 4}, {3, 4}}; in TEST_F() local
72 std::vector<int> input_shapes[INPUT_NUM] = {{3, 4, 5}, {3, 4, 5}}; in TEST_F() local
91 std::vector<int> input_shapes[INPUT_NUM] = {{3, 4, 5}, {3, 4, 5}}; in TEST_F() local
110 std::vector<int> input_shapes[INPUT_NUM] = {{1, 96}, {1, 96}}; in TEST_F() local
129 std::vector<int> input_shapes[INPUT_NUM] = {{3, 4, 6}, {3, 4, 6}}; in TEST_F() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dbatchnorm_fp32_coder.cc30 std::vector<int> input_shapes = input_tensor_->shape(); in Init() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dlaunch_mul.cc32 std::vector<std::vector<int64_t>> input_shapes = {{shape}, {1}}; in ObtainMulKernelGraph() local
/third_party/mindspore/mindspore/lite/tools/optimizer/fisson/
Dnode_out_shapes.cc30 std::vector<ShapeVector> input_shapes; in Run() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsingle_kernel_graph.cc23 …ng &op_name, const std::vector<TypeId> &input_dtypes, const std::vector<ShapeVector> &input_shapes, in ConstructKernelGraphBasedOnSingleOp()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Darithmetic_info.cc40 Shapes input_shapes; in InferExpendShape() local
80 Shapes input_shapes = InferExpendShape(); in CheckStrategy() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dcast_gpu_kernel.h58 auto input_shapes = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 0); in Init() local
Dbroadcast_to_gpu_kernel.h52 auto input_shapes = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 0); in Init() local
Dunsorted_segment_sum_gpu_kernel.h56 auto input_shapes = AnfAlgo::GetInputRealDeviceShapeIfExist(kernel_node, 0); in Init() local
Dtopk_gpu_kernel.h87 auto input_shapes = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 0); in Init() local
Dunsorted_segment_max_gpu_kernel.h58 auto input_shapes = AnfAlgo::GetInputRealDeviceShapeIfExist(kernel_node, 0); in Init() local
Dunsorted_segment_min_gpu_kernel.h52 auto input_shapes = AnfAlgo::GetInputRealDeviceShapeIfExist(kernel_node, 0); in Init() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dbatchnorm_int8.cc172 auto input_shapes = in_tensors_.at(0)->shape(); in Init() local
205 auto input_shapes = in_tensors_.at(0)->shape(); in ReSize() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_transdata.cc85 std::vector<std::vector<int64_t>> input_shapes = {{input_shape}}; in ObtainTransDataKernelGraph() local
Dascend_launch_atomic_clean.cc86 std::vector<std::vector<int64_t>> input_shapes = {{static_cast<int64_t>(shape)}}; in ObtainAtomicCleanKernelGraph() local
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dspliter.cc139 …::UpdateNodeInputShapes(const std::string &node_name, const std::vector<ShapeVector> &input_shapes in UpdateNodeInputShapes()
Dconv2d_info.cc154 auto input_shapes = input_shape_iter->second; in CreateOutputsOfSplit() local
Dmulti_conv_info.cc192 auto input_shapes = input_shape_iter->second; in SplitSingleConv() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dbatchnorm_fp32.cc64 auto input_shapes = in_tensors_.at(0)->shape(); in FillParam() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dto_number_op.cc81 Status ToNumberOp::OutputShape(const std::vector<TensorShape> &input_shapes, std::vector<TensorShap… in OutputShape()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dbatchnorm_int8_coder.cc28 std::vector<int> input_shapes = input_tensor_->shape(); in Prepare() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_broadcast_gradient_args_kernel.cc198 std::vector<std::vector<int64_t>> input_shapes(kInputNum); in Execute() local
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc227 const std::vector<size_t> &input_shapes = lookup->input_sizes(); in InitEmbeddingTable() local
305 … [](const std::shared_ptr<std::vector<size_t>> &input_shapes) -> std::vector<size_t> { in UpdateWeights()
552 const std::vector<size_t> &input_shapes = lookup->input_sizes(); in SyncEmbeddingTables() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.c279 input_shapes_t input_shapes; in init_model_ov() local
494 input_shapes_t input_shapes; in get_output_ov() local
/third_party/mindspore/tests/
Dops_common.py277 def gen_inputs(input_shapes, config): argument
284 def gen_backward_inputs(input_shapes, output_shapes, config): argument

12