Home
last modified time | relevance | path

Searched defs:i_type (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/tests/st/ops/cpu/
Dtest_sparse_to_dense_op.py52 def sparse_to_dense_int(i_type, v_type): argument
70 def sparse_to_dense_float(i_type, v_type): argument
97 def sparse_to_dense_1D(i_type, v_type): argument
/third_party/boost/libs/fusion/test/sequence/
Dmap.cpp165 typedef boost::fusion::result_of::begin<map_type>::type i_type; in main() typedef
174 typedef boost::fusion::result_of::begin<map_type>::type i_type; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp115 analysis::Type* i_type = type_manager.GetType(i->result_id()); in RemoveDuplicateTypes() local
139 analysis::ForwardPointer i_type( in RemoveDuplicateTypes() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp115 analysis::Type* i_type = type_manager.GetType(i->result_id()); in RemoveDuplicateTypes() local
139 analysis::ForwardPointer i_type( in RemoveDuplicateTypes() local
/third_party/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp115 analysis::Type* i_type = type_manager.GetType(i->result_id()); in RemoveDuplicateTypes() local
139 analysis::ForwardPointer i_type( in RemoveDuplicateTypes() local
/third_party/boost/libs/multiprecision/test/
Dtest_rat_float_interconv.cpp104 typedef typename boost::multiprecision::component_type<Rat>::type i_type; in do_round_trip() typedef
202 typedef typename boost::multiprecision::component_type<Rat>::type i_type; in test_random_rationals() typedef
Dtest_mixed_cpp_int.cpp56 …me boost::mpl::if_c<std::numeric_limits<test_type>::is_signed, int_least, uint_least>::type i_type; in test() typedef
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc398 …uint64_t i_type = (iBitMap >> ((kNumDataOfByte - 1 - (i % kNumDataOfByte)) * kDataTypeBits)) & kDa… in UncompressInt() local
416 const IntegerType &i_type) { in BytesBigToUInt64()
424 std::vector<uint8_t> ShardColumn::UIntToBytesBig(uint64_t value, const IntegerType &i_type) { in UIntToBytesBig()
434 std::vector<uint8_t> ShardColumn::UIntToBytesLittle(uint64_t value, const IntegerType &i_type) { in UIntToBytesLittle()
/third_party/boost/libs/compute/test/
Dtest_strided_iterator.cpp165 typedef bc::buffer_iterator<bc::float_> i_type; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/boost/safe_numerics/
Dchecked_integer.hpp387 using i_type = std::uintmax_t; in multiply() typedef
427 using i_type = std::intmax_t; in multiply() typedef
/third_party/boost/libs/contract/test/old/
Dno_macro.hpp27 struct i_tag; typedef boost::contract::test::detail::counter<i_tag, int> i_type; typedef
/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuples.hpp477 typedef nil_t i_type; typedef
912 typedef I i_type; typedef
964 typedef I i_type; typedef J j_type; typedef
1017 typedef I i_type; typedef J j_type; typedef
1075 typedef I i_type; typedef J j_type; typedef
1131 typedef I i_type; typedef J j_type; typedef
1189 typedef I i_type; typedef J j_type; typedef
1248 typedef I i_type; typedef J j_type; typedef
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp949 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1334 const uint32_t i_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp986 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1371 const uint32_t i_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp986 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1371 const uint32_t i_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c793 struct lp_type i_type = lp_int_type(bld->type); in lp_build_ilog2_sqrt() local
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c3268 struct symbol *i_type = evaluate_expression(idx); in evaluate_offsetof() local
/third_party/e2fsprogs/debugfs/
Ddebugfs.c832 const char *i_type; in internal_dump_inode() local
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1141 onnx::TensorProto_DataType i_type) { in SetCastNodeProtoInfo()