Searched refs:RoundMode (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/patches/ |
D | 0021-add-mindir-ops.patch | 279 …m, bool transpose_a, bool transpose_b, const std::vector<int64_t>& pad, RoundMode round_mode, bool… 328 +RoundMode MindIR_GenOP_GetRoundMode(ConstPrimitivePtr primitive); 329 +void MindIR_GenOP_SetRoundMode(PrimitivePtr *primitive, RoundMode round_mode); 3011 …m, bool transpose_a, bool transpose_b, const std::vector<int64_t> &pad, RoundMode round_mode, bool… 3013 …nspose_b, fbb.CreateVector(pad.data(), pad.size()), static_cast<schema::RoundMode>(round_mode), gl… 3043 …Vector(value->pad()->data(), value->pad()->size()), static_cast<schema::RoundMode>(value->round_mo… 3074 …Vector(value->pad()->data(), value->pad()->size()), static_cast<schema::RoundMode>(value->round_mo… 3105 …Vector(value->pad()->data(), value->pad()->size()), static_cast<schema::RoundMode>(value->round_mo… 3136 …Vector(value->pad()->data(), value->pad()->size()), static_cast<schema::RoundMode>(value->round_mo… 3167 …Vector(value->pad()->data(), value->pad()->size()), static_cast<schema::RoundMode>(value->round_mo… [all …]
|
D | 0008-upgrade-flatbuffers-fix_crash.patch | 1873 - avg_pool_fusion.roundMode = static_cast<HDI::Nnrt::V1_0::RoundMode>(value->round_mode()); 3273 - avg_pool_fusion.roundMode = static_cast<HDI::Nnrt::V2_0::RoundMode>(value->round_mode()); 3747 - max_pool_fusion.roundMode = static_cast<HDI::Nnrt::V2_0::RoundMode>(value->round_mode());
|
D | 0006-remove-lite-expression-fix-double-loadso.patch | 4473 -void PoolingM::UpdateRoundMode(const PoolingParameter *param, schema::RoundMode *round_mode) { 4664 - void UpdateRoundMode(const PoolingParameter *param, enum schema::RoundMode *round_mode);
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 68 void emitRoundMode(RoundMode, const int pos, const int rintPos); 69 void emitRoundModeF(RoundMode, const int pos); 70 void emitRoundModeI(RoundMode, const int pos); 216 CodeEmitterGK110::emitRoundMode(RoundMode rnd, const int pos, const int rintPos) in emitRoundMode() 237 CodeEmitterGK110::emitRoundModeF(RoundMode rnd, const int pos) in emitRoundModeF() 254 CodeEmitterGK110::emitRoundModeI(RoundMode rnd, const int pos) in emitRoundModeI() 1061 RoundMode rnd = i->rnd; in emitCVT()
|
D | nv50_ir_emit_gv100.h | 107 inline void emitRND(int rmp, RoundMode rnd, int rip) { in emitRND()
|
D | nv50_ir.h | 361 enum RoundMode enum 951 RoundMode rnd;
|
D | nv50_ir_emit_nv50.cpp | 81 void roundMode_CVT(RoundMode); 1334 CodeEmitterNV50::roundMode_CVT(RoundMode rnd) in roundMode_CVT() 1354 RoundMode rnd; in emitCVT()
|
D | nv50_ir_emit_gm107.cpp | 105 inline void emitRND(int, RoundMode, int); 480 CodeEmitterGM107::emitRND(int rmp, RoundMode rnd, int rip) in emitRND() 795 RoundMode rnd = insn->rnd; in emitF2F() 838 RoundMode rnd = insn->rnd; in emitF2I() 880 RoundMode rnd = insn->rnd; in emitI2F()
|
D | nv50_ir_peephole.cpp | 2141 RoundMode rnd = insn->rnd; in handleCVT_CVT() 2159 rnd = (RoundMode)(rnd & 3); in handleCVT_CVT()
|
D | nv50_ir_from_tgsi.cpp | 3272 const RoundMode rnd = in handleInstruction()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 3815 set_rd(RoundF2IHelper<int32_t>(original_val, instr_.RoundMode())); in DecodeRVRFPType() 3820 RoundF2IHelper<uint32_t>(original_val, instr_.RoundMode()))); in DecodeRVRFPType() 3825 set_rd(RoundF2IHelper<int64_t>(original_val, instr_.RoundMode())); in DecodeRVRFPType() 3829 set_rd(RoundF2IHelper<uint64_t>(original_val, instr_.RoundMode())); in DecodeRVRFPType() 4089 set_rd(RoundF2IHelper<int32_t>(original_val, instr_.RoundMode())); in DecodeRVRFPType() 4094 RoundF2IHelper<uint32_t>(original_val, instr_.RoundMode()))); in DecodeRVRFPType() 4099 set_rd(RoundF2IHelper<int64_t>(original_val, instr_.RoundMode())); in DecodeRVRFPType() 4103 set_rd(RoundF2IHelper<uint64_t>(original_val, instr_.RoundMode())); in DecodeRVRFPType()
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
D | disasm-riscv64.cc | 458 int frm = instr->RoundMode(); in PrintRoundingMode()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | constants-riscv64.h | 1603 inline int RoundMode() const { in RoundMode() function
|