Home
last modified time | relevance | path

Searched defs:tuples (Results 1 – 15 of 15) sorted by relevance

/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua133 function table.tuples(T) function
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc159 std::vector<HloInstruction*> tuples; in GetAllTuples() local
181 auto tuples = GetAllTuples(instruction->operands()[0], visited); in GetAllTuples() local
226 auto tuples = GetAllTuples(tuple_shaped_instruction, &visited); in TupleElementsComputeSameValue() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_decoder.cc94 size_t tuples = len / 4; in grpc_chttp2_base64_infer_length_after_decode() local
/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.h164 std::vector<Tuple> tuples; member
/external/python/cpython3/Lib/test/
Dtest_glob.py16 def joins(self, *tuples):
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto110 repeated XLATupleNode tuples = 3; field
/external/catch2/include/internal/
Dcatch_generators.hpp157 …ratorWrapper<std::tuple<Ts...>> table( std::initializer_list<std::tuple<typename std::decay<Ts>::t… in table()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java328 List<List<String>> tuples = new ArrayList<List<String>>(); in parseCommaSeparatedTuples() local
/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh436 F2DOT14 *tuples = c->serializer->allocate_size<F2DOT14> (shared_tuple_size); in subset() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1787 String[] tuples = new String[] { in TestApostropheMode() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1784 String[] tuples = new String[] { in TestApostropheMode() local
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc930 Vector<const ParallelRegisterMoveTuple> tuples) { in ParallelRegisterMove()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1604 UnicodeString tuples[] = { in TestApostropheMode() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3375 def batch_set_value(tuples): argument
/external/catch2/single_include/catch2/
Dcatch.hpp3640 …ratorWrapper<std::tuple<Ts...>> table( std::initializer_list<std::tuple<typename std::decay<Ts>::t… in table()