Home
last modified time | relevance | path

Searched defs:init_values (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dunordered_test.hpp135 { int init_values [] = { 4, 5, 1, 2, 2, 3 }; in test_sort() local
139 { int init_values [] = { 1, 2, 2, 3, 4, 5 }; in test_sort() local
169 { int init_values [] = { 4, 5, 1 }; in test_insert() local
182 { int init_values [] = { 5, 1, 3 }; in test_insert() local
186 { int init_values [] = { 1, 4, 5 }; in test_insert() local
199 { int init_values [] = { 1, 3, 5 }; in test_insert() local
225 { int init_values [] = { 4, 5, 1 }; in test_insert() local
238 { int init_values [] = { 5, 1, 3 }; in test_insert() local
243 { int init_values [] = { 4, 5, 1, 2, 2, 3 }; in test_insert() local
268 { int init_values [] = { 1, 4, 5 }; in test_insert() local
[all …]
Dslist_test.cpp148 int init_values [] = { 1, 3, 4, 5 }; in test_merge() local
160 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
166 int init_values [] = { 2, 4 }; in test_remove_unique() local
172 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
178 int init_values [] = { 2, 4 }; in test_remove_unique() local
186 int init_values [] = { 1, 1, 2, 2, 3, 3, 4, 4, 5, 5 }; in test_remove_unique() local
201 { int init_values [] = { 1, 2, 3, 4, 5 }; in test_sort() local
205 { int init_values [] = { 2, 4, 1, 3, 5 }; in test_sort() local
209 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
222 { int init_values [] = { 3, 4, 5 }; in test_insert() local
[all …]
Dlist_test.cpp123 { int init_values [] = { 1, 2, 3, 4, 5 }; in test_sort() local
127 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
131 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
143 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
149 int init_values [] = { 2, 4 }; in test_remove_unique() local
155 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
161 int init_values [] = { 2, 4 }; in test_remove_unique() local
169 int init_values [] = { 1, 1, 2, 2, 3, 3, 4, 4, 5, 5 }; in test_remove_unique() local
189 int init_values [] = { 1, 3, 4, 5 }; in test_merge() local
202 { int init_values [] = { 3, 4, 5 }; in test_insert() local
[all …]
Dgeneric_set_test.hpp120 { int init_values [] = { 1, 2, 3, 4, 5 }; in test_sort() local
130 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
148 { int init_values [] = { 1, 4, 5 }; in test_insert() local
158 { int init_values [] = { 5, 4, 3, 1 }; in test_insert() local
176 { int init_values [] = { 1, 3, 5 }; in test_insert() local
249 { int init_values [] = { 1, 2, 4, 5 }; in test_swap() local
252 { int init_values [] = { 2, 3 }; in test_swap() local
282 { int init_values [] = { 2 }; in test_merge() local
287 { int init_values [] = { 5, 4, 3, 2, 1 }; in test_merge() local
295 { int init_values [] = { 1, 2, 3, 4, 5 }; in test_merge() local
[all …]
Dgeneric_multiset_test.hpp103 { int init_values [] = { 1, 2, 2, 3, 4, 5 }; in test_sort() local
114 { int init_values [] = { 5, 3, 1, 4, 2, 2 }; in test_sort() local
131 { int init_values [] = { 1, 4, 5 }; in test_insert() local
141 { int init_values [] = { 5, 4, 3, 1 }; in test_insert() local
153 { int init_values [] = { 1, 3, 5 }; in test_insert() local
168 { int init_values [] = { 1, 2, 4, 5 }; in test_swap() local
170 { int init_values [] = { 2, 3 }; in test_swap() local
202 { int init_values [] = { 5, 4, 3, 2, 2, 1 }; in test_merge() local
218 { int init_values [] = { 1, 2, 2, 3, 4, 5 }; in test_merge() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dapprox_topk.cc41 absl::Span<const XlaOp> init_values) { in GetOperandTypes()
111 absl::Span<const XlaOp> init_values, int64_t top_k, in AggregateToTopKBuilder()
158 absl::Span<const XlaOp> init_values, int64_t top_k, in ApproxTopK()
254 absl::Span<const XlaOp> init_values, int64_t top_k, in ApproxTopKFallback()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_util.cc214 MakeInitTupleFromInitValues(const WhileUtil::LoopStateTy& init_values) { in MakeInitTupleFromInitValues()
229 const WhileUtil::LoopStateTy& init_values) { in MakeLoopStateShapeWithLayout()
247 const WhileUtil::LoopStateTy& init_values, in MakeCountedLoop()
289 const WhileUtil::LoopStateTy& init_values, in MakeCountedLoop()
H A Dhlo_instruction.cc333 auto init_values = in CreateFromProto() local
703 auto init_values = in CreateFromProto() local
1572 absl::Span<HloInstruction* const> init_values, in CreateReduce()
1585 absl::Span<HloInstruction* const> init_values, in CreateReduce()
1616 absl::Span<HloInstruction* const> init_values, const Window& window, in CreateReduceWindow()
H A Dhlo_instructions.h875 absl::Span<HloInstruction* const> init_values() const { in init_values() function
1687 absl::Span<HloInstruction* const> init_values() const { in init_values() function
H A Dshape_inference.cc2252 auto init_values = arg_shapes.subspan(num_reduced_args, arg_shapes.size()); in InferReduceShape() local
2304 absl::Span<const Shape* const> init_values, const Window& window, in InferReduceWindowShape()
H A Dhlo_creation_utils.cc447 absl::Span<HloInstruction* const> init_values, in MakeReduceHlo()
H A Dhlo_evaluator.cc3660 absl::Span<const Literal* const> init_values, in GenerateReduceOutputElement()
3730 absl::InlinedVector<const Literal*, 1> init_values(num_args); in HandleReduce() local
H A Dhlo_instructions.cc2538 absl::Span<HloInstruction* const> init_values, const Window& window, in HloReduceWindowInstruction()
H A Dalgebraic_simplifier.cc5607 auto init_values = reduce_window->init_values(); in HandleReduceWindow() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dapprox_topk_op.cc122 absl::Span<const xla::XlaOp> init_values, int64_t top_k, in ApproxTopKFn()
140 absl::Span<const xla::XlaOp> init_values, int64_t top_k, in ApproxTopKFn()
H A Dimage_ops.cc543 std::vector<xla::XlaOp> init_values; in ComputeResult() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.cc351 std::vector<llvm::Value*> vectors, llvm::Value* init_values) { in ComputeHorizontalSums()
373 std::vector<llvm::Value*> vectors, llvm::Value* init_values) { in ComputeAvxOptimizedHorizontalSums()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc2588 absl::Span<const XlaOp> init_values, in Reduce()
2653 absl::Span<const XlaOp> init_values, in ReduceWindow()
2704 absl::Span<const XlaOp> operands, absl::Span<const XlaOp> init_values, in ReduceWindowWithGeneralPadding()
2749 absl::Span<const XlaOp> operands, absl::Span<const XlaOp> init_values, in ReduceWindowInternal()
4593 absl::Span<const XlaOp> init_values, in Reduce()
4615 absl::Span<const XlaOp> init_values, in ReduceWindow()
4640 absl::Span<const XlaOp> operands, absl::Span<const XlaOp> init_values, in ReduceWindowWithGeneralPadding()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc1328 llvm::SmallVector<xla::XlaOp> operands, init_values; in ExportXlaOp() local
1352 llvm::SmallVector<xla::XlaOp> operands, init_values; in ExportXlaOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_test.cc1344 std::vector<T> init_values) { in MkTensor()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc520 WhileBodyFnType body_fn, ArrayRef<Value> init_values, in CreateWhile32()
4379 Value init_values[] = {init_value, index_init_value}; in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc3480 SmallVector<Value> init_values{op.init_value()}; in matchAndRewrite() local
/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_quantize_jit.py1580 def init_values(self, x): member in TestQuantizeJitPasses.test_quantize_fork_wait.MainModule
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc3901 absl::Span<HloInstruction* const> init_values = reduce_window->init_values(); in HandleReduceWindow() local