HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 526 - 550 of 2452) sorted by null

<<21222324252627282930>>

  /external/skqp/platform_tools/android/skp_gen/
android_skp_capture.py 51 return DragAction(tuple(action_dict['start']),
52 tuple(action_dict['end']),
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_peeling.h 21 #include <tuple>
245 std::vector<std::tuple<const Loop*, PeelDirection, uint32_t>> peeled_loops_;
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
unify_const_test.cpp 16 #include <tuple>
79 std::tuple<std::string, std::unordered_set<std::string>>
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 32 #include <tuple>
91 std::tuple<Ts...> Vals;
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
loops.cc 39 // Unpacks a tuple into its component parts.
40 auto unpack_tuple = [](XlaOp tuple, int arity, XlaBuilder* builder) {
43 elements[i] = GetTupleElement(tuple, i);
73 Tuple(body_builder.get(), result);
77 auto outputs = While(cond, body, Tuple(builder, initial_values));
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
stream_executor_util.cc 37 StatusOr<std::tuple<Layout, Layout, Layout>>
112 StatusOr<std::tuple<DataLayout, FilterLayout, DataLayout>>
  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.cc 125 // buffers (in the case of a tuple shape) come from the operand
143 // RecvDone produces a two-element tuple containing the data value (which
144 // aliases part of its operand) and a token. Only the tuple index table and
152 // Send creates new buffers for the top-level tuple, the context (tuple
153 // element at {1}), and the token (tuple element at {2}). Tuple element at {0}
162 Status LogicalBufferAnalysis::HandleTuple(HloInstruction* tuple) {
163 // A Tuple instruction only creates the top-level buffer.
164 NewLogicalBuffer(tuple, /*index=*/{})
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
call_test.cc 65 XlaBuilder builder("Tuple");
66 Tuple(&builder, {Parameter(&builder, 0, r0f32_, "x")});
143 auto tuple = LiteralUtil::MakeTuple({&elem}); local
146 ComputeAndCompareTuple(&builder, tuple, {}, ErrorSpec(0.01f));
conv_depthwise_backprop_filter_test.cc 47 ::testing::tuple<BatchGroupedConvolution2DSpec, bool>> {};
110 ::testing::tuple<BatchGroupedConvolution2DSpec, bool>>& data) {
  /external/tensorflow/tensorflow/python/autograph/pyct/
pretty_printer.py 99 elif isinstance(v, tuple):
125 if isinstance(node, (list, tuple)):
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
filter_fusion_test.py 58 return tuple(tests)
82 if isinstance(r, tuple):
83 b = predicate(*r) # Pass tuple as multiple arguments.
map_and_filter_fusion_test.py 62 return tuple(tests)
72 if isinstance(r, tuple):
73 b = predicate(*r) # Pass tuple as multiple arguments.
  /external/tensorflow/tensorflow/python/feature_column/
utils.py 69 """Returns default value as tuple if it's valid, otherwise raises errors.
73 it casts default_value to a tuple and returns it. `key` is used only
87 A tuple which will be used as default value.
128 """Returns a tuple with given shape and filled with value."""
130 return tuple([_create_tuple(shape[1:], value) for _ in range(shape[0])])
137 return tuple([_as_tuple(v) for v in value])
  /external/tensorflow/tensorflow/python/framework/
composite_tensor_test.py 55 elif isinstance(a, (list, tuple)):
56 self.assertIsInstance(b, (list, tuple))
  /external/tensorflow/tensorflow/python/keras/engine/
partial_batch_padding_handler.py 40 if isinstance(dataset_batch, (tuple, list)):
87 return tuple(batch_elements)
  /external/toolchain-utils/bestflags/
task_test.py 122 # build stage. Currently, the build result is a 5-element tuple containing
126 result = tuple([random.randint(0, RANDOM_BUILD_RESULT) for _ in range(5)])
132 # The first element of the result tuple is the checksum.
161 result = tuple([random.randint(0, RANDOM_BUILD_RESULT) for _ in range(5)])
  /build/make/tools/releasetools/
test_utils.py 85 chunks: A list of chunks to be written. Each entry should be a tuple of
  /development/scripts/
add-accounts 78 adb_flags = tuple(argv)
add-accounts-sdk 75 adb_flags = tuple(argv)
  /development/vndk/tools/header-checker/src/dumper/
fixed_argv.h 19 #include <tuple>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 31 tuple and ``kwargs`` is a dictionary. If an exception is raised
40 if type(args) != type(tuple()):
41 raise TypeError("2nd arg must be a tuple")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
domreg.py 99 return tuple(features)
minicompat.py 12 # StringTypes -- tuple of defined string types
75 class EmptyNodeList(tuple):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Range.py 10 values and return in a tuple"""
19 return tuple(int(x) for x in arglist)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 31 tuple and ``kwargs`` is a dictionary. If an exception is raised
40 if type(args) != type(tuple()):
41 raise TypeError("2nd arg must be a tuple")

Completed in 1575 milliseconds

<<21222324252627282930>>