Home
last modified time | relevance | path

Searched refs:apply_map (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavresample/
Ddither.c57 int apply_map; member
257 if (src->sample_fmt != AV_SAMPLE_FMT_FLTP || c->apply_map) { in ff_convert_dither()
270 } else if (c->apply_map) { in ff_convert_dither()
348 int channels, int sample_rate, int apply_map) in ff_dither_alloc() argument
365 c->apply_map = apply_map; in ff_dither_alloc()
366 if (apply_map) in ff_dither_alloc()
403 if (in_fmt != AV_SAMPLE_FMT_FLTP || c->apply_map) { in ff_dither_alloc()
411 channels, sample_rate, c->apply_map); in ff_dither_alloc()
Daudio_convert.c53 int apply_map; member
264 int apply_map) in ff_audio_convert_alloc() argument
277 ac->apply_map = apply_map; in ff_audio_convert_alloc()
283 apply_map); in ff_audio_convert_alloc()
345 if (ac->apply_map) { in ff_audio_convert()
Ddither.h69 int channels, int sample_rate, int apply_map);
Daudio_convert.h68 int apply_map);
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc390 const std::map<AnfNodePtr, int> &apply_map) { in GetAnfNodeText() argument
397 auto iter = apply_map.find(node); in GetAnfNodeText()
398 if (iter == apply_map.end()) { in GetAnfNodeText()
488 std::map<AnfNodePtr, int> *const apply_map) { in OutputCNodeText() argument
490 std::string op_text = GetAnfNodeText(func_graph, inputs[0], *apply_map); in OutputCNodeText()
495 (*apply_map)[cnode] = apply_idx; in OutputCNodeText()
511 ofs << GetAnfNodeText(func_graph, arg, *apply_map); in OutputCNodeText()
517 std::map<AnfNodePtr, int> *const apply_map) { in OutputCNode() argument
518 OutputCNodeText(ofs, cnode, func_graph, idx, apply_map); in OutputCNode()
531 std::map<AnfNodePtr, int> apply_map; in OutputCNodes() local
[all …]
Danf_ir_utils.h91 const std::map<AnfNodePtr, int> &apply_map);
99 std::map<AnfNodePtr, int> *const apply_map);
101 std::map<AnfNodePtr, int> *const apply_map);
Ddump_proto.cc45 const std::map<AnfNodePtr, size_t> &apply_map,
61 … const std::map<AnfNodePtr, size_t> &apply_map, std::map<AnfNodePtr, size_t> *const_map_ptr,
350 const std::map<AnfNodePtr, size_t> &apply_map, in GetOpNodeInputId() argument
357 auto iter = apply_map.find(node); in GetOpNodeInputId()
358 if (iter == apply_map.end()) { in GetOpNodeInputId()
436 std::map<AnfNodePtr, size_t> apply_map; in ExportCNodes() local
444 ExportCNode(func_graph, cnode, &apply_map, const_map_ptr, graph_proto); in ExportCNodes()
446 ExportFuncGraphOutput(func_graph, cnode, apply_map, const_map_ptr, graph_proto); in ExportCNodes()
492 const std::map<AnfNodePtr, size_t> &apply_map, in ExportFuncGraphOutput() argument
510 std::string id = GetOpNodeInputId(func_graph, arg, apply_map, const_map_ptr); in ExportFuncGraphOutput()
Dtrace.cc141 std::map<AnfNodePtr, int> *const apply_map) override;
292 int *idx, std::map<AnfNodePtr, int> *const apply_map) { in OutputCNode() argument
293 OutputCNodeText(ofs, cnode, func_graph, idx, apply_map); in OutputCNode()
299 …ofs << " #" << GetAnfNodeText(func_graph, inputs[0], *apply_map) << ".prototype = " << op_comme… in OutputCNode()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc286 const std::map<AnfNodePtr, size_t> &apply_map, in GetOpNodeInputId() argument
293 auto iter = apply_map.find(node); in GetOpNodeInputId()
294 if (iter == apply_map.end()) { in GetOpNodeInputId()
397 std::map<AnfNodePtr, size_t> apply_map; in ExportCNodes() local
405 ExportCNode(func_graph, cnode, &apply_map, const_map_ptr, graph_proto, dump_location); in ExportCNodes()
407 ExportFuncGraphOutput(func_graph, cnode, apply_map, const_map_ptr, graph_proto); in ExportCNodes()
465 const std::map<AnfNodePtr, size_t> &apply_map, in ExportFuncGraphOutput() argument
479 std::string id = GetOpNodeInputId(func_graph, arg, apply_map, const_map_ptr); in ExportFuncGraphOutput()
Dproto_exporter.h45 const std::map<AnfNodePtr, size_t> &apply_map,
61 … const std::map<AnfNodePtr, size_t> &apply_map, std::map<AnfNodePtr, size_t> *const_map_ptr,