Home
last modified time | relevance | path

Searched defs:src_format (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Dlayout_transform.cc22 LayoutConvertor LayoutTransformFp32(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformFp32()
40 LayoutConvertor LayoutTransformInt8(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformInt8()
48 LayoutConvertor LayoutTransform(TypeId data_type, mindspore::Format src_format, mindspore::Format d… in LayoutTransform()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/base/
Dformat_transpose.c24 int TransposeFp32Data(void *src_data, void *dst_data, const FormatC src_format, const FormatC dst_f… in TransposeFp32Data()
51 int TransposeFp16Data(void *src_data, void *dst_data, const FormatC src_format, const FormatC dst_f… in TransposeFp16Data()
68 int TransData(void *src_data, void *dst_data, const FormatC src_format, const FormatC dst_format, T… in TransData()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dformat_transpose.cc28 void FormatTranspose::Init(const Format &src_format, const Format &dst_format) { in Init()
33 void FormatTranspose::set_src_format(const Format &src_format) { in set_src_format()
Ddata_format_dim_map.cc74 void DataFormatDimMap::Init(const std::string &src_format, const std::string &dst_format) { in Init()
79 void DataFormatDimMap::set_src_format(const std::string &src_format) { in set_src_format()
Ddata_format_vec_permute.cc68 void DataFormatVecPermute::Init(const std::string &src_format, const std::string &dst_format) { in Init()
73 void DataFormatVecPermute::set_src_format(const std::string &src_format) { in set_src_format()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dunify_format.cc42 STATUS DecideMINDIRConvWeightSrcFormat(const CNodePtr &cnode, schema::Format *src_format) { in DecideMINDIRConvWeightSrcFormat()
62 STATUS DecideTFConvWeightSrcFormat(const CNodePtr &cnode, schema::Format *src_format) { in DecideTFConvWeightSrcFormat()
85 STATUS DecideTFLITEConvWeightSrcFormat(const CNodePtr &cnode, schema::Format *src_format) { in DecideTFLITEConvWeightSrcFormat()
108 STATUS DecideCAFFEConvWeightSrcFormat(const CNodePtr &cnode, schema::Format *src_format) { in DecideCAFFEConvWeightSrcFormat()
114 STATUS DecideONNXConvWeightSrcFormat(const CNodePtr &cnode, schema::Format *src_format) { in DecideONNXConvWeightSrcFormat()
206 …ifyFormatToNHWC::DecideConvWeightSrcAndDstFormat(const CNodePtr &cnode, schema::Format *src_format, in DecideConvWeightSrcAndDstFormat()
Dparser_utils.cc150 int GetTransposePerm(schema::Format src_format, schema::Format dst_format, std::vector<int> *perm) { in GetTransposePerm()
169 int GetTransposePermSharing(schema::Format src_format, schema::Format dst_format, std::vector<int> … in GetTransposePermSharing()
215 … UnifyConvWeightFormat(const FuncGraphPtr &graph, const CNodePtr &cnode, schema::Format src_format, in UnifyConvWeightFormat()
258 …ableConvWeight(const FuncGraphPtr &graph, const AnfNodePtr &weight_node, schema::Format src_format, in UnifyVariableConvWeight()
324 …onstConvWeight(const FuncGraphPtr &graph, const AnfNodePtr &weight_node, schema::Format src_format, in UnifyConstConvWeight()
361 …nvWeightShared(const FuncGraphPtr &graph, const AnfNodePtr &weight_node, schema::Format src_format, in HandleConstConvWeightShared()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/
Dparser_utils.cc46 int GetTransposePerm(mindspore::Format src_format, mindspore::Format dst_format, std::vector<int> *… in GetTransposePerm()
65 int GetTransposePermSharing(mindspore::Format src_format, mindspore::Format dst_format, std::vector… in GetTransposePermSharing()
85 mindspore::Format src_format, mindspore::Format dst_format, in UnifyVariableConvWeight()
152 mindspore::Format src_format, mindspore::Format dst_format, in HandleConstConvWeightShared()
216 mindspore::Format src_format, mindspore::Format dst_format, in UnifyConstConvWeight()
296 …ghtFormat(const api::FuncGraphPtr &graph, const api::CNodePtr &cnode, mindspore::Format src_format, in UnifyConvWeightFormat()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c100 enum pipe_format src_format, enum pipe_format dst_format, in try_pbo_readpixels()
279 enum pipe_format src_format, enum pipe_format dst_format) in blit_to_staging()
347 enum pipe_format src_format, enum pipe_format dst_format) in try_cached_readpixels()
424 enum pipe_format dst_format, src_format; in st_ReadPixels() local
Dst_pbo.c573 get_pbo_conversion(enum pipe_format src_format, enum pipe_format dst_format) in get_pbo_conversion()
592 enum pipe_format src_format, in st_pbo_get_upload_fs()
608 enum pipe_format src_format, in st_pbo_get_download_fs()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/base/
Dconv2d_base_coder.cc101 std::string Conv2DBaseCoder::LayoutTransformFp32(mindspore::Format src_format, mindspore::Format ds… in LayoutTransformFp32()
120 std::string Conv2DBaseCoder::LayoutTransformInt8(mindspore::Format src_format, mindspore::Format ds… in LayoutTransformInt8()
131 std::string Conv2DBaseCoder::LayoutTransform(TypeId data_type, mindspore::Format src_format, in LayoutTransform()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16/
Dlayout_transform_fp16.cc22 LayoutConvertor LayoutTransformFp16(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformFp16()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/common/
Ddata_transpose_utils.cc56 int DeduceDimConvertion(mindspore::Format src_format, mindspore::Format dst_format, std::vector<int… in DeduceDimConvertion()
127 STATUS DoTransposeData(const api::TensorPtr &tensor, mindspore::Format src_format, mindspore::Forma… in DoTransposeData()
187 STATUS TransFilterFormat(const api::TensorPtr &tensor, mindspore::Format src_format, mindspore::For… in TransFilterFormat()
/third_party/mesa3d/src/util/tests/format/
Du_format_compatible_test.c38 enum pipe_format src_format; in test_all() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_data_format_vec_permute.py26 def __init__(self, src_format, dst_format): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/format/
Dto_nchw_format.cc50 …US ToNCHWFormat::DecideConvWeightSrcAndDstFormat(const CNodePtr &cnode, schema::Format *src_format, in DecideConvWeightSrcAndDstFormat()
Dto_nhwc_format.cc61 …US ToNHWCFormat::DecideConvWeightSrcAndDstFormat(const CNodePtr &cnode, schema::Format *src_format, in DecideConvWeightSrcAndDstFormat()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dlaunch_transdata.h29 …LaunchTransData(uint32_t stream_id, TypeId dtype, size_t total_size, std::string src_format, std::… in LaunchTransData()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/format_transfer/
Dformat_transfer_ndc1hwc0.cc129 uint32_t TransShapeToNdc1hwc0(const std::vector<int64_t> &src_shape, const Format &src_format, in TransShapeToNdc1hwc0()
189 uint32_t FormatTransferNdc1hwc0::TransShape(Format src_format, const std::vector<int64_t> &src_shap… in TransShape()
Dregister_format_transfer.h30 Format src_format; member
Dformat_transfer_transpose.cc211 uint32_t GetPermByForamt(Format src_format, Format dst_format, std::vector<int64_t> &perm) { in GetPermByForamt()
246 uint32_t FormatTransferTranspose::TransShape(Format src_format, const std::vector<int64_t> &src_sha… in TransShape()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface_test.cpp22 test_blit_with_formats(struct pipe_resource *src, pipe_format src_format, in test_blit_with_formats()
/third_party/alsa-lib/src/pcm/
Dpcm_linear.c52 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, in snd_pcm_linear_convert_index()
78 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_get_index()
112 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_put_index()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.cc234 fixup_src_format(enum pipe_format *src_format, enum pipe_format dst_format, in fixup_src_format()
255 fixup_dst_format(enum pipe_format src_format, enum pipe_format *dst_format, in fixup_dst_format()
281 enum pipe_format src_format = iview->format; in r2d_src() local
397 enum pipe_format src_format) in r2d_dst()
438 enum pipe_format src_format) in r2d_dst_buffer()
458 enum pipe_format src_format, in r2d_setup_common()
526 enum pipe_format src_format, in r2d_setup()
1179 enum pipe_format src_format = iview->format; in r3d_src() local
1381 enum pipe_format src_format) in r3d_dst()
1451 enum pipe_format src_format) in r3d_dst_buffer()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dangle_format.py241 def get_vertex_copy_function(src_format, dst_format): argument

1234