| /external/tensorflow/tensorflow/core/kernels/ |
| fifo_queue.cc | 41 void FIFOQueue::DequeueLocked(OpKernelContext* ctx, Tuple* tuple) { 43 (*tuple).reserve(num_components()); 45 (*tuple).push_back(*queues_[i][0].AccessTensor(ctx)); 50 void FIFOQueue::TryEnqueue(const Tuple& tuple, OpKernelContext* ctx, 62 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { 70 queues_[i].push_back(PersistentTensor(tuple[i])); 88 Status FIFOQueue::GetElementComponentFromBatch(const FIFOQueue::Tuple& tuple, 206 Tuple tuple; local [all...] |
| priority_queue.cc | 62 void PriorityQueue::DequeueLocked(OpKernelContext* ctx, Tuple* tuple) { 64 (*tuple).reserve(num_components()); 67 (*tuple).push_back(*persistent_tensor.AccessTensor(ctx)); 71 void PriorityQueue::TryEnqueue(const Tuple& tuple, OpKernelContext* ctx, 83 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { 90 if (!TensorShapeUtils::IsScalar(tuple[0].shape())) { 94 tuple[0].shape().DebugString())); 97 const int64 priority = tuple[0].scalar<int64>()() 249 Tuple tuple; local [all...] |
| queue_ops.cc | 68 // Defines an EnqueueOp, the execution of which enqueues a tuple of 74 // - Input 1: 0th element of the tuple. 76 // - Input (1+k): kth element of the tuple. 97 QueueInterface::Tuple tuple; variable 102 tuple.push_back(Tcomponent); 105 OP_REQUIRES_OK_ASYNC(ctx, queue->ValidateTuple(tuple), callback); 106 queue->TryEnqueue(tuple, ctx, callback); 117 // component of a tuple of tensors along the 0th dimension, and 123 // - Input 1: 0th element of the tuple 149 QueueInterface::Tuple tuple; variable [all...] |
| /external/clang/test/SemaTemplate/ |
| default-arguments-cxx0x.cpp | 30 template <typename T1, typename T2> class tuple { class in namespace:PR16689 33 constexpr tuple() {} function in class:PR16689::tuple 38 auto x = a<tuple<int, int> >();
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| bfloat16_conversion_folding_test.cc | 192 HloInstruction* tuple = local 195 HloInstruction::CreateGetTupleElement(f32_shape, tuple, 0)); 206 EXPECT_EQ(tuple->operand(1), convert0);
|
| hlo_scheduling_test.cc | 42 // Tuple param: 24 bytes (each elem has 8 byte pointer, 4 byte element) 57 // Tuple param: 24 bytes (each elem has 8 byte pointer, 4 byte element) 69 // Tuple: 16 bytes (8 bytes per pointer), TOTAL=24 70 HloInstruction* tuple = local 75 tuple_shape, cond_computation, body_computation, tuple)); 87 module_sequence[entry_computation] = {iter, data, tuple, while_op};
|
| tuple_simplifier_test.cc | 53 // A Tuple constructed of a bunch of parameters should not be changed. 69 // A GTE of a tuple parameter should not be changed. 82 // A GTE of a Tuple should be short-circuited. 90 HloInstruction* tuple = builder.AddInstruction( local 93 HloInstruction::CreateGetTupleElement(scalar_shape_, tuple, 1)); 106 // Verify a chain of GTE/Tuple instructions is collapsed. 114 HloInstruction* tuple = builder.AddInstruction( local 117 HloInstruction::CreateGetTupleElement(scalar_shape_, tuple, 1)); 126 op::Negate(op::GetTupleElement(op::Tuple()))); 134 // Verify a nesting of GTE/Tuple instructions is collapsed. Tuples are neste 176 HloInstruction* tuple = local 201 HloInstruction* tuple = local [all...] |
| bfloat16_normalization.cc | 37 // Special handling for cross-replica-sum which can have a tuple output. 209 auto tuple = computation_->AddInstruction( local 215 *tuple->mutable_shape() = crs->shape(); 217 TF_RETURN_IF_ERROR(crs->ReplaceUseWith(user, tuple)); 219 *tuple->mutable_shape() = original_shape;
|
| graphviz_example.cc | 116 auto tuple = builder.AddInstruction( local 119 HloInstruction::CreateGetTupleElement(sshape, tuple, 2));
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| DataDrivenNumberFormatTestUtility.java | 50 * @param tuple contains the parameters of the format test. 52 public String format(DataDrivenNumberFormatTestData tuple) { 53 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; 61 * @param tuple contains the parameters of the format test. 63 public String toPattern(DataDrivenNumberFormatTestData tuple) { 64 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; 72 * @param tuple contains the parameters of the format test. 74 public String parse(DataDrivenNumberFormatTestData tuple) { 111 private DataDrivenNumberFormatTestData tuple = new DataDrivenNumberFormatTestData(); field in class:DataDrivenNumberFormatTestUtility [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| DataDrivenNumberFormatTestUtility.java | 47 * @param tuple contains the parameters of the format test. 49 public String format(DataDrivenNumberFormatTestData tuple) { 50 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; 58 * @param tuple contains the parameters of the format test. 60 public String toPattern(DataDrivenNumberFormatTestData tuple) { 61 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; 69 * @param tuple contains the parameters of the format test. 71 public String parse(DataDrivenNumberFormatTestData tuple) { 108 private DataDrivenNumberFormatTestData tuple = new DataDrivenNumberFormatTestData(); field in class:DataDrivenNumberFormatTestUtility [all...] |
| /packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/ |
| AssistedDialingSettingFragment.java | 134 for (DisplayNameAndCountryCodeTuple tuple : defaultCountryChoices) { 135 if (countryCodeProvider.isSupportedCountryCode(tuple.countryCode().toString())) { 136 newKeys.add(tuple.countryDisplayname()); 137 newValues.add(tuple.countryCode());
|
| /external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/googletest/googletest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tuple which is [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tuple which is [all...] |
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/mesa3d/src/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 41 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/v8/testing/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tuple which is [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/ |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| fixed-expansion.cpp | 4 template<typename ...Types> struct tuple { }; struct 70 template <typename ...Args> tuple<Args...> &foo(Foo<Args...>); 73 tuple<int, float> &t1 = foo(foo_if); 74 tuple<int, double> &t2 = foo(foo_i);
|
| /external/libnetfilter_conntrack/src/conntrack/ |
| snprintf_xml.c | 68 const struct __nfct_tuple *tuple, 72 .s_addr = (type == __ADDR_SRC) ? tuple->src.v4 : tuple->dst.v4, 80 const struct __nfct_tuple *tuple, 85 const void *p = (type == __ADDR_SRC) ? &tuple->src.v6 : &tuple->dst.v6; 96 const struct __nfct_tuple *tuple, 106 switch (tuple->l3protonum) { 108 ret = __snprintf_ipv4_xml(buf+offset, len, tuple, type); 112 ret = __snprintf_ipv6_xml(buf+offset, len, tuple, type) 291 const struct __nfct_tuple *tuple = NULL; local [all...] |