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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/contrib/autograph/examples/benchmarks/
benchmark_base.py 53 if isinstance(name, tuple):
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn.py 50 [batch_size, input_size], or a nested tuple of such elements.
64 A tuple (outputs, output_state_fw, output_state_bw) where:
122 return prev_layer, tuple(states_fw), tuple(states_bw)
151 `[batch_size, max_time, ...]`, or a nested tuple of such elements.
181 A tuple (outputs, output_state_fw, output_state_bw) where:
245 return prev_layer, tuple(states_fw), tuple(states_bw)
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transfer_utils.h 33 static std::priority_queue<std::tuple<float, int, string>>
  /external/tensorflow/tensorflow/core/kernels/
queue_base.h 46 // component_dtypes: The types of each component in a queue-element tuple.
47 // component_shapes: The shapes of each component in a queue-element tuple,
60 Status ValidateTuple(const Tuple& tuple) override;
61 Status ValidateManyTuple(const Tuple& tuple) override;
109 // Returns the number of components in a queue-element tuple.
116 // Code common to Validate*Tuple().
117 Status ValidateTupleCommon(const Tuple& tuple) const
166 Tuple tuple; member in struct:tensorflow::QueueBase::Attempt
    [all...]
  /external/tensorflow/tensorflow/core/platform/
denormal.cc 16 #include <tuple>
  /external/tensorflow/tensorflow/python/debug/lib/
common.py 60 if isinstance(feeds_or_fetches, (list, tuple)):
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.h 23 typedef std::tr1::tuple<size_t, int, std::string, std::string, bool>
  /external/ImageMagick/MagickCore/
color.c 1912 tuple[MagickPathExtent]; local
    [all...]
  /development/vndk/tools/header-checker/tests/
module.py 44 self.cflags = tuple(cflags)
45 self.arch_cflags = ARCH_TARGET_CFLAGS.get(self.arch, tuple())
82 def __init__(self, name, src, export_include_dirs=tuple(), cflags=tuple(),
83 arch='', dumper_flags=tuple()):
105 cflags=tuple(), arch='', api='current', dumper_flags=tuple(),
106 linker_flags=tuple()):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
mkstringprep.py 18 tuple = []
28 tuple.append((prev,prev+span+1))
37 tuple.append((prev,prev+span+1))
40 tuple = " + ".join(["range(%d,%d)" % t for t in tuple])
42 return "set(%s)" % tuple
43 if not tuple:
45 return "set(%s + %s)" % (repr(single),tuple)
  /external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
pairwise.cpp 9 const rxsc::test::messages<std::tuple<int, int>> on_pairwise;
52 const rxsc::test::messages<std::tuple<int, int>> on_pairwise;
  /external/autotest/cli/
compose_query 37 print format % tuple([''] + test_data.x_values)
51 print format % tuple(line)
  /external/libaom/libaom/test/
av1_convolve_2d_test_util.h 36 typedef ::testing::tuple<convolve_2d_func, int, int, BLOCK_SIZE>
78 typedef ::testing::tuple<int, highbd_convolve_2d_func, int, int, BLOCK_SIZE>
  /external/python/cpython2/Lib/sqlite3/
dbapi2.py 51 version_info = tuple([int(x) for x in version.split(".")])
52 sqlite_version_info = tuple([int(x) for x in sqlite_version.split(".")])
  /external/python/cpython2/Tools/unicode/
mkstringprep.py 18 tuple = []
28 tuple.append((prev,prev+span+1))
37 tuple.append((prev,prev+span+1))
40 tuple = " + ".join(["range(%d,%d)" % t for t in tuple])
42 return "set(%s)" % tuple
43 if not tuple:
45 return "set(%s + %s)" % (repr(single),tuple)
  /external/python/cpython3/Lib/sqlite3/
dbapi2.py 50 version_info = tuple([int(x) for x in version.split(".")])
51 sqlite_version_info = tuple([int(x) for x in sqlite_version.split(".")])
  /external/skia/tools/skqp/src/
skqp.h 14 #include <tuple>
82 std::tuple<RenderOutcome, std::string> evaluateGM(SkiaBackend, GMFactory);
  /external/skqp/tools/skqp/src/
skqp.h 14 #include <tuple>
82 std::tuple<RenderOutcome, std::string> evaluateGM(SkiaBackend, GMFactory);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_options.cc 73 absl::optional<std::tuple<int64, int64, int64>> LlvmIrGemmTileSize(
98 return std::tuple<int64, int64, int64>(tile_size_m, tile_size_k,
  /external/tensorflow/tensorflow/python/autograph/operators/
data_structures.py 46 elements = tuple(iterable)
59 elements = tuple(ops.convert_to_tensor(el) for el in elements)
63 inferred_dtype, = tuple(all_dtypes)
76 all_shapes = set(tuple(el.shape.as_list()) for el in elements)
78 inferred_shape, = tuple(all_shapes)
117 elements = tuple(ops.convert_to_tensor(el) for el in elements)
121 inferred_dtype = tuple(all_dtypes)[0]
136 all_shapes = set(tuple(el.shape.as_list()) for el in elements)
249 Tuple (x, out_list_):
  /frameworks/av/media/codec2/vndk/include/
C2AllocatorIon.h 23 #include <tuple>
94 typedef std::tuple<size_t, unsigned, unsigned, c2_status_t> MapperValue;
  /external/grpc-grpc/src/python/grpcio_tests/tests/reflection/
_reflection_servicer_test.py 69 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
93 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
122 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
146 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
165 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
169 service=tuple(
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation_test.cc 275 // Test that DeepCopyInstruction properly copies a tuple.
281 auto tuple = builder.AddInstruction( local
286 auto tuple_copy = computation->DeepCopyInstruction(tuple).ValueOrDie();
288 EXPECT_THAT(tuple_copy, GmockMatch(m::Tuple(
289 m::Copy(m::GetTupleElement(m::Op().Is(tuple))),
290 m::Copy(m::GetTupleElement(m::Op().Is(tuple))))));
321 // Test that DeepCopyInstruction properly copies elements of a tuple as
328 auto tuple = builder.AddInstruction( local
334 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/true);
335 ShapeTree<HloInstruction*> copies_added(tuple->shape()
405 auto tuple = local
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
kernel_spec.cc 40 bool CompareComputeCapability(const std::tuple<int, int> &lhs,
41 const std::tuple<int, int> &rhs) {
47 const std::tuple<int, int> CudaPtxInMemory::kMinimumCapability{1, 0};
76 ptx_by_compute_capability_[std::tuple<int, int>{major, minor}] = ptx.data();
123 std::tuple<int, int> capability{compute_capability_major,
148 std::tuple<int, int> capability{compute_capability_major,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 792 PyObject *tuple, *num; local
795 tuple = PyTuple_New(1);
796 if (tuple == NULL)
803 PyTuple_SET_ITEM(tuple, 0, num);
806 if (PyArg_ParseTuple(tuple, "L:test_L_code", &value) < 0)
817 PyTuple_SET_ITEM(tuple, 0, num);
820 if (PyArg_ParseTuple(tuple, "L:test_L_code", &value) < 0)
826 Py_DECREF(tuple);
833 /* Test tuple argument processing */
968 PyObject *tuple, *num; local
1028 PyObject *tuple, *obj; local
1112 PyObject *tuple, *dict = NULL; local
1204 PyObject *tuple = PyTuple_Pack(2, o1, o2); local
    [all...]

Completed in 1988 milliseconds

<<11121314151617181920>>