Home
last modified time | relevance | path

Searched refs:CEIL (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_pooling_parser.cc95 mindspore::RoundMode roundMode = mindspore::RoundMode::CEIL; in ParseRoundMode()
100 roundMode = mindspore::RoundMode::CEIL; in ParseRoundMode()
103 roundMode = poolingParam.ceil_mode() ? mindspore::RoundMode::CEIL : mindspore::RoundMode::FLOOR; in ParseRoundMode()
/third_party/mindspore/mindspore/lite/schema/
Dops_types.fbs37 CEIL = 4
116 CEIL = 1
Dops_v0.fbs42 CEIL = 4
119 CEIL = 1
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_pool_parser.cc71 round_mode = mindspore::RoundMode::CEIL; in Parse()
145 round_mode = mindspore::RoundMode::CEIL; in Parse()
Donnx_resize_parser.cc66 {"ceil", mindspore::NearestMode::CEIL}, in Parse()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h106 CEIL = 1, enumerator
124 … NearestMode : int64_t { NORMAL = 0, ROUND_HALF_DOWN = 1, ROUND_HALF_UP = 2, FLOOR = 3, CEIL = 4 }; enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h107 OP11(CEIL)
Dtgsi_info_opcodes.h84 OPCODE(1, 1, COMP, CEIL)
Dtgsi_lowering.c1478 OPCS(CEIL) || in tgsi_transform_lowering()
1536 if (OPCS(CEIL)) { in tgsi_transform_lowering()
1537 newlen += CEIL_GROW * OPCS(CEIL); in tgsi_transform_lowering()
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dprimitive_mapper.cc127 bool ceil_mode = run_mode == RoundMode::CEIL; in AdjustOnnxPoolAttr()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h116 {CEIL, OperatorType::kRecElmWiseOp},
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp127 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC), enumerator
Dsimdlib_interface.hpp74 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC),
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c71 OP(fsign, SIGN, X_X_0), OP(ffloor, FLOOR, X_X_0), OP(fceil, CEIL, X_X_0),
Detnaviv_disasm.c502 OPC(CEIL),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td64 defm CEIL : UnaryFP<fceil, "ceil", 0x8d, 0x9b>;
/third_party/glib/glib/gnulib/
Dmeson.build19 'CEIL',
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h346 constexpr char CEIL[] = "Ceil"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc141 ATAN, ATANH, CEIL, in IsElementWiseOperator()
169 …_LOOKUP, FUSE_BATCH_NORM_EX, SPLIT, BROADCAST_TO, ABS, ACOSH, ASIN, ASINH, ATAN, ATANH, CEIL, COSH, in IsSplittableOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Instructions.td796 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp784 NV50_IR_OPCODE_CASE(CEIL, CEIL); in translateOpcode()
855 NV50_IR_OPCODE_CASE(DCEIL, CEIL); in translateOpcode()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dschema.fbs329 CEIL = 104,
/third_party/mindspore/third_party/proto/tensorflow/lite/
Dschema.fbs329 CEIL = 104,
Dschema_2.4.1.fbs331 CEIL = 104,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_gpu_program5.txt378 | "CEIL"
673 CEIL 40 6 6 X X X F v vf ceiling
874 CEIL Inexact conversion results round to larger value
977 For the CVT (data type conversion) instruction, the "ROUND", "CEIL",
1682 chosen according to the rounding instruction modifier. If "CEIL" or "FLR"
1696 values, even if a rounding modifier such as CEIL or FLR is specified.

12