Searched refs:set_offsets (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_crop_parser.cc | 31 prim->set_offsets(offsets); in Parse() 49 prim->set_offsets(offsets); in Parse()
|
/third_party/mindspore/mindspore/core/ops/ |
D | crop.cc | 27 this->set_offsets(offsets); in Init() 37 void Crop::set_offsets(const std::vector<int64_t> &offsets) { (void)this->AddAttr(kOffsets, MakeVal… in set_offsets() function in mindspore::ops::Crop
|
D | crop.h | 54 void set_offsets(const std::vector<int64_t> &offsets);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 123 set_offsets(irt, src.offset); in emit_tex_tex() 164 set_offsets(ir, src.offset); in emit_tex_txd() 267 set_offsets(irt, src.offset); in emit_tex_txl() 304 set_offsets(irt, src.offset); in emit_tex_txb() 412 set_ofs = new TexInstruction(TexInstruction::set_offsets, dummy, in emit_tex_tg4() 434 set_offsets(irt, src.offset); in emit_tex_tg4() 630 void EmitTexInstruction::set_offsets(TexInstruction* ir, nir_src *offset) in set_offsets() function in r600::EmitTexInstruction
|
D | sfn_emittexinstruction.h | 82 void set_offsets(TexInstruction* ir, nir_src *offset);
|
D | sfn_instruction_tex.h | 43 set_offsets = FETCH_OP_SET_TEXTURE_OFFSETS, enumerator
|
D | sfn_instruction_tex.cpp | 114 case set_offsets: return "SET_TEXTURE_OFFSETS"; in opname()
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | transpose_strategy.cc | 184 crop_prim->set_offsets(offsets); in ChangeOpCrop() 195 crop_prim->set_offsets(offsets); in ChangeOpCrop()
|