Home
last modified time | relevance | path

Searched refs:Conv (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/libs/numeric/conversion/test/
Dtest_helpers3.cpp121 #define TEST_SUCCEEDING_CONVERSION(Conv,typeT,typeS,valueT,valueS) \ argument
122 test_conv_base( ConversionInstance< Conv >(valueT, valueS, c_converted ) )
124 #define TEST_POS_OVERFLOW_CONVERSION(Conv,typeT,typeS,valueS) \ argument
125 … test_conv_base( ConversionInstance< Conv >( static_cast< typeT >(0), valueS, c_pos_overflow ) )
127 #define TEST_NEG_OVERFLOW_CONVERSION(Conv,typeT,typeS,valueS) \ argument
128 … test_conv_base( ConversionInstance< Conv >( static_cast< typeT >(0), valueS, c_neg_overflow ) )
/third_party/typescript/tests/baselines/reference/
DinfiniteConstraints.types114 type Conv<T, U = T> =
115 >Conv : Conv<T, U>
117 { 0: [T]; 1: Prepend<T, Conv<ExactExtract<U, T>>>;}[U extends T ? 0 : 1];
119 >1 : Prepend<T, Conv<ExactExtract<U, T>, ExactExtract<U, T>>>
DinfiniteConstraints.symbols172 type Conv<T, U = T> =
173 >Conv : Symbol(Conv, Decl(infiniteConstraints.ts, 44, 79))
178 { 0: [T]; 1: Prepend<T, Conv<ExactExtract<U, T>>>;}[U extends T ? 0 : 1];
184 >Conv : Symbol(Conv, Decl(infiniteConstraints.ts, 44, 79))
DinfiniteConstraints.js48 type Conv<T, U = T> =
49 { 0: [T]; 1: Prepend<T, Conv<ExactExtract<U, T>>>;}[U extends T ? 0 : 1];
DinfiniteConstraints.errors.txt64 type Conv<T, U = T> =
65 { 0: [T]; 1: Prepend<T, Conv<ExactExtract<U, T>>>;}[U extends T ? 0 : 1];
/third_party/typescript/tests/cases/compiler/
DinfiniteConstraints.ts49 type Conv<T, U = T> =
50 { 0: [T]; 1: Prepend<T, Conv<ExactExtract<U, T>>>;}[U extends T ? 0 : 1];
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h306 template <auto... Conv>
308 absl::str_format_internal::ToFormatConversionCharSet(Conv)...>;
310 template <char... Conv>
312 absl::str_format_internal::ToFormatConversionCharSet(Conv)...>;
/third_party/abseil-cpp/absl/strings/
Dstr_format.h306 template <auto... Conv>
308 absl::str_format_internal::ToFormatConversionCharSet(Conv)...>;
310 template <char... Conv>
312 absl::str_format_internal::ToFormatConversionCharSet(Conv)...>;
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dthor.py34 Conv = 1 variable
110 layertype_map.append(Conv)
132 if layer_type in [Conv, FC, LayerNorm, BatchNorm]:
259 if layer_type == Conv and "bias" not in self.params[idx].name.lower():
296 if layer_type in [Conv, FC, Embedding] and "bias" not in self.params[idx].name.lower():
300 if layer_type == Conv:
320 if layer_type in [Conv, FC, Embedding]:
330 if layer_type == Conv:
435 elif layer_type == Conv:
483 elif layer_type == Conv:
/third_party/mindspore/mindspore/nn/optim/
Dthor.py37 Conv = 1 variable
196 layertype_map.append(Conv)
224 if layer_type in [Conv, FC]:
469 if layer_type in [Conv, FC] and "bias" not in self.params[idx].name.lower():
473 if layer_type == Conv:
495 if layer_type in [Conv, FC, Embedding] and "bias" not in self.params[idx].name.lower():
499 if layer_type == Conv:
521 if layer_type in [Conv, FC, Embedding]:
530 if layer_type == Conv:
606 if layer_type in [Conv, FC]:
[all …]
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dbuffer_fusion_test.py20 Conv = P.Conv2D(out_channel=64, kernel_size=7, mode=1, pad_mode="valid", pad=0, stride=1, dilation=… variable
125 conv = Conv(x, y)
/third_party/boost/libs/locale/src/icu/
Dconversion.cpp117 template<typename Conv>
118 std::string convert(Conv func,char const *begin,char const *end) const in convert()
/third_party/icu/icu4c/source/common/unicode/
Dlocid.h1072 template<typename Iter, typename Conv>
1085 ConvertingIterator(Iter begin, Iter end, Conv converter) : in ConvertingIterator()
1103 Conv converter_;
Dlocalematcher.h396 template<typename Iter, typename Conv>
397 Builder &setSupportedLocalesViaConverter(Iter begin, Iter end, Conv converter) { in setSupportedLocalesViaConverter()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h1072 template<typename Iter, typename Conv>
1085 ConvertingIterator(Iter begin, Iter end, Conv converter) : in ConvertingIterator()
1103 Conv converter_;
Dlocalematcher.h396 template<typename Iter, typename Conv>
397 Builder &setSupportedLocalesViaConverter(Iter begin, Iter end, Conv converter) { in setSupportedLocalesViaConverter()
/third_party/node/deps/icu-small/source/common/unicode/
Dlocid.h1072 template<typename Iter, typename Conv>
1085 ConvertingIterator(Iter begin, Iter end, Conv converter) : in ConvertingIterator()
1103 Conv converter_;
Dlocalematcher.h396 template<typename Iter, typename Conv>
397 Builder &setSupportedLocalesViaConverter(Iter begin, Iter end, Conv converter) { in setSupportedLocalesViaConverter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanai.td16 // Register File, Calling Conv, Instruction Descriptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVE.td23 // Register File, Calling Conv, Instruction Descriptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBExtras.h27 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);
/third_party/mindspore/mindspore/lite/test/config/
Dmodels_tflite.cfg188 lite-model_arbitrary-image-stylization-inceptionv3_fp16_transfer_1.tflite;2:content_image,Conv/Bias…
189 …bitrary-image-stylization-v1-256_fp16_transfer_1.tflite;2:content_image,mobilenet_conv/Conv/BiasAdd
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp72 const PDB_CallingConv &Conv) { in operator <<() argument
74 switch (Conv) { in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparc.td69 // Register File, Calling Conv, Instruction Descriptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips.td57 // Register File, Calling Conv, Instruction Descriptions

12