Home
last modified time | relevance | path

Searched defs:num_output (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dfull_connection_checker.cc52 auto num_output = api::GetValue<int64_t>(primitive->GetAttr(kNumOutput)); in Check() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_innerproduct_parser.cc37 int64_t num_output = static_cast<int64_t>(innerProductParam.num_output()); in Parse() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/caffe/
Dcaffe_pass_through_parser.cc39 uint32_t num_output = pass_through_param.num_output(); in Parse() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/mapper/
Dfc_mapper.cc44 uint32_t num_output = static_cast<size_t>(api::GetValue<int64_t>(prim->GetAttr(kNumOutput))); in SetNumOutput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/infer/
Ddpico_passthrough_infer.cc59 int64_t num_output = 0; in Infer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Drandom_choice_op.cc40 uint32_t num_output = ops_.front()->NumOutput(); in NumOutput() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dslice.cc256 int64_t num_output = ctx.Output(0)->NumElements(); in SliceCompute() local
Ddeformable_offsets_grad.cc382 const size_t &num_output = ctx.GetOutputsSize(); in ParseKernelParam() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dakg_tensorrt.cc90 size_t num_output = 0; in AddInnerOp() local
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto590 optional uint32 num_output = 1; // The number of outputs for the layer field
742 optional uint32 num_output = 1; // The number of outputs for the layer field
842 optional uint32 num_output = 1; // The number of outputs for the layer field
978 optional uint32 num_output = 1 [default = 0]; field
1364 optional uint32 num_output = 3; // The number of outputs for the layer field
/third_party/mindspore/mindspore-src/source/tests/
Dops_common.py344 def __init__(self, network, num_output, output_is_tuple): argument
411 def get_output_wrap(network, num_input, num_output, output_is_tuple=0): argument