Home
last modified time | relevance | path

Searched refs:v60 (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td17 def ArchV60: SubtargetFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexago…
/external/ow2-asm/asm-test/src/main/resources/jdk3/
DLargeMethod.class ... v55 long v56 long v57 long v58 long v59 long v60 long v61 long v62 long v63 long v64 long v65 ...
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll71 %v60 = insertelement <2 x double> undef, double %d, i32 0
72 %v61 = insertelement <2 x double> %v60, double 0.000000e+00, i32 1
/external/python/setuptools/
DCHANGES.rst158 v60.10.0
194 v60.9.3
203 v60.9.2
212 v60.9.1
223 v60.9.0
236 v60.8.2
248 v60.8.1
257 v60.8.0
266 v60.7.1
275 v60.7.0
[all …]
/external/XNNPACK/models/
Dqu8-mobilenet-v2.cc82 alignas(16) static std::array<uint8_t, 47040> v60; in QU8MobileNetV2() local
258 std::generate(v60.begin(), v60.end(), std::ref(u8rng)); in QU8MobileNetV2()
2431 v59.data() /* input */, v60.data() /* output */, in QU8MobileNetV2()
2441 v60.data() /* input */, v61.data() /* output */, in QU8MobileNetV2()
Dqs8-mobilenet-v2.cc82 alignas(16) static std::array<int8_t, 47040> v60; in QS8MobileNetV2() local
258 std::generate(v60.begin(), v60.end(), std::ref(i8rng)); in QS8MobileNetV2()
2431 v59.data() /* input */, v60.data() /* output */, in QS8MobileNetV2()
2441 v60.data() /* input */, v61.data() /* output */, in QS8MobileNetV2()
Dfp16-mobilenet-v2.cc84 alignas(16) static std::array<uint16_t, 47040> v60; in FP16MobileNetV2() local
260 std::generate(v60.begin(), v60.end(), std::ref(f16rng)); in FP16MobileNetV2()
2359 v59.data() /* input */, v60.data() /* output */, in FP16MobileNetV2()
2369 v60.data() /* input */, v61.data() /* output */, in FP16MobileNetV2()
Dfp32-mobilenet-v2.cc83 alignas(16) static std::array<float, 47040> v60; in FP32MobileNetV2() local
258 std::generate(v60.begin(), v60.end(), std::ref(f32rng)); in FP32MobileNetV2()
2359 v59.data() /* input */, v60.data() /* output */, in FP32MobileNetV2()
2369 v60.data() /* input */, v61.data() /* output */, in FP32MobileNetV2()
Dqc8-mobilenet-v2.cc82 alignas(16) static std::array<int8_t, 47040> v60; in QC8MobileNetV2() local
312 std::generate(v60.begin(), v60.end(), std::ref(i8rng)); in QC8MobileNetV2()
2538 v59.data() /* input */, v60.data() /* output */, in QC8MobileNetV2()
2548 v60.data() /* input */, v61.data() /* output */, in QC8MobileNetV2()
Dfp32-sparse-mobilenet-v2.cc82 alignas(16) static std::array<float, 47040> v60; in FP32SparseMobileNetV2() local
257 std::generate(v60.begin(), v60.end(), std::ref(f32rng)); in FP32SparseMobileNetV2()
2426 v59.data() /* input */, v60.data() /* output */, in FP32SparseMobileNetV2()
2436 v60.data() /* input */, v61.data() /* output */, in FP32SparseMobileNetV2()
Dfp32-mobilenet-v3-small.cc82 alignas(16) static std::array<float, 144> v60; in FP32MobileNetV3Small() local
294 std::generate(v60.begin(), v60.end(), std::ref(f32rng)); in FP32MobileNetV3Small()
2867 v59.data() /* input */, v60.data() /* output */, in FP32MobileNetV3Small()
2880 v57.data() /* a */, v60.data() /* b */, v61.data() /* output */, in FP32MobileNetV3Small()
Dfp16-mobilenet-v3-small.cc84 alignas(16) static std::array<uint16_t, 144> v60; in FP16MobileNetV3Small() local
297 std::generate(v60.begin(), v60.end(), std::ref(f16rng)); in FP16MobileNetV3Small()
2870 v59.data() /* input */, v60.data() /* output */, in FP16MobileNetV3Small()
2883 v57.data() /* a */, v60.data() /* b */, v61.data() /* output */, in FP16MobileNetV3Small()
Dfp32-sparse-mobilenet-v3-small.cc82 alignas(16) static std::array<float, 144> v60; in FP32SparseMobileNetV3Small() local
294 std::generate(v60.begin(), v60.end(), std::ref(f32rng)); in FP32SparseMobileNetV3Small()
2949 v59.data() /* input */, v60.data() /* output */, in FP32SparseMobileNetV3Small()
2962 v57.data() /* a */, v60.data() /* b */, v61.data() /* output */, in FP32SparseMobileNetV3Small()
Dfp16-mobilenet-v3-large.cc84 alignas(16) static std::array<uint16_t, 94080> v60; in FP16MobileNetV3Large() local
331 std::generate(v60.begin(), v60.end(), std::ref(f16rng)); in FP16MobileNetV3Large()
3223 v59.data() /* input */, v60.data() /* output */, in FP16MobileNetV3Large()
3233 v60.data() /* input */, v61.data() /* output */, in FP16MobileNetV3Large()
Dfp32-mobilenet-v3-large.cc82 alignas(16) static std::array<float, 94080> v60; in FP32MobileNetV3Large() local
328 std::generate(v60.begin(), v60.end(), std::ref(f32rng)); in FP32MobileNetV3Large()
3220 v59.data() /* input */, v60.data() /* output */, in FP32MobileNetV3Large()
3230 v60.data() /* input */, v61.data() /* output */, in FP32MobileNetV3Large()
Dfp32-sparse-mobilenet-v3-large.cc82 alignas(16) static std::array<float, 94080> v60; in FP32SparseMobileNetV3Large() local
328 std::generate(v60.begin(), v60.end(), std::ref(f32rng)); in FP32SparseMobileNetV3Large()
3312 v59.data() /* input */, v60.data() /* output */, in FP32SparseMobileNetV3Large()
3322 v60.data() /* input */, v61.data() /* output */, in FP32SparseMobileNetV3Large()
/external/llvm/lib/Target/Hexagon/
DHexagon.td28 def ArchV60: SubtargetFeature<"v60", "HexagonArchVersion", "V60", "Hexagon V60">;
DHexagonScheduleV60.td184 // The S_2op_tc_3x_SLOT23 slots are 4 cycles on v60.
/external/ow2-asm/asm-test/src/resources/java/jdk3/
DLargeMethod.java100 long v60, in wideInstructions()