Home
last modified time | relevance | path

Searched defs:input_format (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dtype_cast_op_test.cc68 DataType input_format = DataType(DataType("uint8")); in TEST_F() local
88 DataType input_format = DataType("int64"); in TEST_F() local
108 DataType input_format = DataType("float64"); in TEST_F() local
131 DataType input_format = DataType("float16"); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/
Dtransdata_split.cc33 bool IsDepthwiseCase(const CNodePtr &node, const std::string &input_format, const std::string &outp… in IsDepthwiseCase()
70 auto input_format = AnfAlgo::GetInputFormat(node, 0); in IsFormatInvaild() local
92 auto input_format = AnfAlgo::GetInputFormat(node, 0); in DoSplit() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/mapper/
Dresize_mapper.cc47 Format *input_format) { in GetShapeAndFormat()
87 Format input_format; in SetResizeDataInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/
Dreplace_transdata_with_transpose.cc38 auto input_format = AnfAlgo::GetInputFormat(node, 0); in CheckTransDataSupport() local
48 auto input_format = AnfAlgo::GetInputFormat(node, 0); in GetTransposePerm() local
Dutils.cc29 std::string input_format = format; in AddCastOpNodeToGraph() local
Dinsert_transpose_for_dynamic_gru_v2.cc56 auto input_format = AnfAlgo::GetInputFormat(transdata_node, 0); in Insert() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/src/
Dcalib_data_generator.h45 int input_format; member
52 int input_format; member
Dmapper_config_parser.h54 std::string input_format; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dbartlett_window_proto.cc26 Format input_format = op.GetInputDescByName("window_length").GetFormat(); in IMPLEMT_COMMON_INFERFUNC() local
Dlstsq_proto.cc26 Format input_format = op.GetInputDescByName("matrix").GetFormat(); in IMPLEMT_COMMON_INFERFUNC() local
Dpdist_grad_proto.cc26 Format input_format = op.GetInputDescByName("x").GetFormat(); in IMPLEMT_COMMON_INFERFUNC() local
Dmedian_proto.cc27 Format input_format = op.GetInputDescByName(input_name.c_str()).GetFormat(); in InferShapeAndTypeMedian() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/summary/
D_summary_adapter.py348 def _fill_image_summary(tag: str, np_value, summary_image, input_format='NCHW'): argument
435 def _convert_image_format(np_tensor, input_format, out_format='HWC'): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/api/
Dconverter.py368 def input_format(self): member in Converter
384 def input_format(self, input_format): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/optimizer/
Dcpu_pass_utils.cc42 std::string input_format = format; in AddCastOpNodeToGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_adapter_info.cc38 [&format](const auto &input_format) { return input_format == format; }); in output_format()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/options/
Dacl_model_options.h43 std::vector<Format> input_format; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/sequence/
Dsequence_stack_gpu_kernel.cc65 auto input_format = GetFormatFromEnumToStr(inputs[0]->format()); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dpack_gpu_kernel.h67 auto input_format = GetFormatFromEnumToStr(inputs[0]->format()); in Resize() local
Dconcat_gpu_kernel.cc120 auto input_format = mindspore::FormatEnumToString(inputs[0]->format()); in Resize() local
Dsplit_gpu_kernel.cc81 auto input_format = GetFormatFromEnumToStr(inputs[0]->format()); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Dtransposed_update_fusion.cc110 auto input_format = AnfAlgo::GetInputFormat(node, 0); in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dlaunch_transdata.cc52 auto input_format = (src_format_ == kOpFormat_NCHW) ? kOpFormat_DEFAULT : src_format_; in SetKernelBuildInfo() local
/third_party/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c56 unsigned input_format; in main() local
/third_party/lame/frontend/
Dmain.h47 sound_file_format input_format; member

1234