Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dslice_sinker_test.cc69 const HloInstruction* slice1; in TEST_F() local
109 const HloInstruction* slice1; in TEST_F() local
155 const HloInstruction* slice1; in TEST_F() local
204 const HloInstruction* slice1; in TEST_F() local
356 const HloInstruction* slice1; in TEST_F() local
421 const HloInstruction* slice1; in TEST_F() local
481 const HloInstruction* slice1; in TEST_F() local
H A Dfusion_node_indexing_evaluation_test.cc106 HloInstruction* slice1 = sub->mutable_operand(0); in TEST_F() local
H A Dalgebraic_simplifier_test.cc2766 HloInstruction* slice1 = builder.AddInstruction(HloInstruction::CreateSlice( in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dslice.rs826 let mut slice1 = [f16::ZERO; 3]; in convert_from_f32_slice_len_mismatch_panics() localVariable
834 let mut slice1 = [f16::ZERO; 3]; in convert_from_f64_slice_len_mismatch_panics() localVariable
842 let slice1 = [f16::ZERO; 3]; in convert_to_f32_slice_len_mismatch_panics() localVariable
850 let slice1 = [f16::ZERO; 3]; in convert_to_f64_slice_len_mismatch_panics() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_slice_test.cc356 TensorSlice slice1(3); in TEST() local
362 TensorSlice slice1(3); in TEST() local
368 TensorSlice slice1(3); in TEST() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing.cpp121 Tensor<T, 5, DataLayout> slice1(1,1,1,1,1); in test_simple_slice() local
257 auto slice1 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); in test_slice_raw_data() local
390 Tensor5f slice1(1,1,1,1,1); in test_strided_slice() local
492 Tensor<T, 3, DataLayout> slice1(0,1,2); in test_empty_slice() local
H A Dcxx11_tensor_morphing_sycl.cpp149 Tensor<DataType, 5,DataLayout, IndexType> slice1(slice1_range); in test_simple_slice() local
203 Tensor<DataType, 5,DataLayout, IndexType> slice1(slice1_range); in test_strided_slice_as_rhs_sycl() local
/aosp_15_r20/development/tools/repo_diff/service/repodiff/interactors/
H A Dstrings.go19 func DistinctValues(slice1, slice2 []string) []string { argument
51 func SetUnion(slice1, slice2 []string) []string { argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dslice_tracker_unittest.cc441 SliceId slice1 = context_.storage->slice_table()[0].id(); in TEST_F() local
478 SliceId slice1 = context_.storage->slice_table()[0].id(); in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dfcs_test.cc71 const auto slice1 = kTestBuffer.view(slice0.size()); in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcuda_distributions_test.cu179 std::vector<int> slice1 = {values[0], values[1], values[2]}; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/backend/
Dslice.rs111 let slice1 = bitmap.slice_at(0); in test_slice() localVariable
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_slice.go26 func slice1() *int { func
Descape_reflect.go179 func slice1(x []byte) []byte { // ERROR "leaking param: x$" func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_send_buffer_test.cc37 quiche::QuicheMemSlice slice1(std::move(buffer1)); in QuicStreamSendBufferTest() local
H A Dquic_stream_test.cc1333 quiche::QuicheMemSlice slice1 = MemSliceFromString("12345"); in TEST_P() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DDnsSvcbPacketTest.java226 final ByteBuffer slice1 = DnsSvcbRecord.sliceAndAdvance(buffer, 3); in testSliceAndAdvance() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_instruction_fusion_test.cc451 HloInstruction* slice1 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle_test.cc574 TensorSlice slice1 = TensorSlice::ParseOrDie("-:0,1"); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcpu_gpu_fusion_test.cc520 auto slice1 = builder.AddInstruction(HloInstruction::CreateSlice( in XLA_TEST_F() local
H A Dvalue_inference_test.cc189 auto slice1 = SliceInDim(concat, 1, 2, 1, 0); in TEST_F() local
H A Darray_elementwise_ops_test.cc418 auto slice1 = Slice(param, {0}, {slice_size}, {1}); in XLA_TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc367 TF::SliceOp slice1 = in matchAndRewriteImplWithSliceAndConcat() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_test.cc10669 auto slice1 = AllOf(op::Slice(op::Parameter()), op::Shape("f32[2]")); in TEST_F() local