Home
last modified time | relevance | path

Searched refs:stacked (Results 1 – 25 of 66) sorted by relevance

123

/external/setupcompat/main/java/com/google/android/setupcompat/view/
DButtonBarLayout.java33 private boolean stacked = false; field in ButtonBarLayout
77 private void setStacked(boolean stacked) { in setStacked() argument
78 if (this.stacked == stacked) { in setStacked()
81 this.stacked = stacked; in setStacked()
86 if (stacked) { in setStacked()
98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
105 if (stacked) { in setStacked()
/external/llvm/test/Transforms/DeadArgElim/
Dvariadic_safety.ll18 %stacked = alloca i32
19 store i32 42, i32* %stacked
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
33 %stacked = alloca i32
34 store i32 42, i32* %stacked
35 …call i32 (i32, i32, ...) @va_deadret_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
37 …l void (i32, i32, ...) @va_deadret_func(i32 undef, i32 undef, [6 x i32] undef, i32* byval %stacked)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/
Dvariadic_safety.ll18 %stacked = alloca i32
19 store i32 42, i32* %stacked
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
33 %stacked = alloca i32
34 store i32 42, i32* %stacked
35 …call i32 (i32, i32, ...) @va_deadret_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
37 …l void (i32, i32, ...) @va_deadret_func(i32 undef, i32 undef, [6 x i32] undef, i32* byval %stacked)
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dwrapped_tensor.h35 bool stacked; member
37 WrappedTensor(Node* node, int output_index, bool stacked) in WrappedTensor()
38 : node(node), output_index(output_index), stacked(stacked) {} in WrappedTensor()
Dvectorizer.h44 Status stacked(int index, T* result) const { in stacked() function
48 if (!inputs_[index].stacked) { in stacked()
64 if (inputs_[index].stacked) { in unstacked()
Dunpack_vectorizer.cc30 TF_RETURN_IF_ERROR(inputs.stacked(0, &value)); in Vectorize()
Dcwise_op_vectorizer.cc58 if (!input.stacked) { in ExpandDimsForBroadcast()
74 if (!tensor.stacked) in ExpandDimsForBroadcast()
Ddecode_csv_vectorizer.cc31 TF_RETURN_IF_ERROR(inputs.stacked(0, &records)); in Vectorize()
Dtranspose_vectorizer.cc51 TF_RETURN_IF_ERROR(inputs.stacked(0, &tensor)); in Vectorize()
Dreshape_vectorizer.cc57 TF_RETURN_IF_ERROR(inputs.stacked(0, &tensor)); in Vectorize()
Dparse_single_example_vectorizer.cc33 TF_RETURN_IF_ERROR(inputs.stacked(0, &serialized)); in Vectorize()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_stack_op_test.py333 stacked = ragged_concat_ops.stack(rt_inputs, axis)
335 self.assertEqual(stacked.ragged_rank, expected_ragged_rank)
337 self.assertEqual(stacked.shape.as_list(), expected_shape)
338 self.assertRaggedEqual(stacked, expected)
374 stacked = ragged_concat_ops.stack(rt_inputs, 0)
375 self.assertRaggedEqual(stacked, [[[1, 2], [3, 4]]])
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py293 converted_enter, stacked, is_sparse_stacked = parent_pfor._convert_helper(
296 assert not stacked and not is_sparse_stacked, (enter, converted_enter)
300 for enter, inp, stacked in zip(self._enters, inputs, inputs_stacked):
301 pfor._add_conversion(enter, wrap(inp, stacked))
324 inp, stacked, _ = parent_pfor._convert_helper(enter.op.inputs[0])
331 return inp, stacked
387 inp, stacked = self._convert_enter(pfor_input.pfor, enter)
389 maybe_stacked_cache[enter] = stacked
396 maybe_stacked_cache[self._exit_switches[i].outputs[1]] = stacked
475 for i, (inp, stacked) in enumerate(zip(inputs, inputs_stacked)):
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc315 if (found->stacked) { in ConvertOutput()
424 if (unstacked->stacked) { in StackTensor()
510 auto add_conversion = [this](Node* arg_node, bool stacked) { in AddArgTensorMappings() argument
515 conversion_map_.insert({{arg_node, 0}, {input_node, 0, stacked}}); in AddArgTensorMappings()
519 {input_node, Graph::kControlSlot, stacked}}); in AddArgTensorMappings()
541 return !found->stacked; in AddUnstackedTensorMappingsHelper()
/external/tensorflow/tensorflow/python/kernel_tests/
Dstack_op_test.py190 stacked = array_ops.stack(t).eval()
194 self.assertAllEqual(stacked, expected)
201 stacked = array_ops.stack(t).eval()
205 self.assertAllEqual(stacked, expected)
/external/u-boot/test/overlay/
DMakefile14 obj-y += test-fdt-overlay-stacked.dtb.o
Dtest-fdt-overlay-stacked.dts17 stacked-test-int-property = <43>;
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorListFromTensor.pbtxt3 summary: "Creates a TensorList which, when stacked, has the value of `tensor`."
Dapi_def_Concat.pbtxt21 A `Tensor` with the concatenation of values stacked along the
Dapi_def_ConcatV2.pbtxt23 A `Tensor` with the concatenation of values stacked along the
Dapi_def_QuantizedConcat.pbtxt32 A `Tensor` with the concatenation of values stacked along the
/external/clang/test/SemaObjC/
Dnullability-arc.m7 // ARC qualifiers stacked with nullability.
/external/llvm/test/CodeGen/AArch64/
Dfunc-argpassing.ll126 ; available, but it needs two). Also make sure that %stacked doesn't
129 i32* %var6, %myStruct* byval %struct, i32* byval %stacked,
144 %retval = load volatile i32, i32* %stacked
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfunc-argpassing.ll126 ; available, but it needs two). Also make sure that %stacked doesn't
129 i32* %var6, %myStruct* byval %struct, i32* byval %stacked,
144 %retval = load volatile i32, i32* %stacked
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmodel.py813 stacked = tensor_array.stack()
815 stacked,
817 2, array_ops.rank(stacked))], 0))

123