Searched defs:args0 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/ |
H A D | test_static_runtime.cc | 914 std::vector<IValue> args0{a, b}; in TEST() local 1022 std::vector<IValue> args0{a, b}; in TEST() local 1367 std::vector<IValue> args0{a, 4}; in TEST() local 1441 std::vector<IValue> args0{a, b, c, d, e}; in TEST() local 2417 std::vector<IValue> args0{a, b}; in TEST() local 2494 std::vector<IValue> args0{a, 4, dim, true, dtype}; in TEST() local 2512 std::vector<IValue> args0{a, "fro", dim, true, dtype}; in TEST() local 2530 std::vector<IValue> args0{a, indices_a, values_a, false}; in TEST() local 2560 std::vector<IValue> args0{a}; in TEST() local 2604 std::vector<IValue> args0{a}; in TEST() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_hook.cpp | 77 PyObject* args0 = PyTuple_GetItem(args, 0); in _call_hooks() local
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 445 const char *args0[] = {"prog", "-remove-option"}; in TEST() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 1623 Object[] args0 = new Object[] { "tmp", new Date(1184777888000L), 15, 2 }; in TestFormatToCharacterIterator() local
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 1620 Object[] args0 = new Object[] { "tmp", new Date(1184777888000L), 15, 2 }; in TestFormatToCharacterIterator() local
|