Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
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
Dfusion_node_indexing_evaluation_test.cc106 HloInstruction* slice1 = sub->mutable_operand(0); in TEST_F() local
Dalgebraic_simplifier_test.cc2766 HloInstruction* slice1 = builder.AddInstruction(HloInstruction::CreateSlice( in TEST_F() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc356 TensorSlice slice1(3); in TEST() local
362 TensorSlice slice1(3); in TEST() local
368 TensorSlice slice1(3); in TEST() local
/external/rust/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
/external/eigen/unsupported/test/
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
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
/external/perfetto/src/trace_processor/importers/common/
Dslice_tracker_unittest.cc466 SliceId slice1 = context.storage->slice_table().id()[0]; in TEST() local
507 SliceId slice1 = context.storage->slice_table().id()[0]; in TEST() local
/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc201 grpc_slice slice1 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_send_buffer_test.cc37 quiche::QuicheMemSlice slice1(std::move(buffer1)); in QuicStreamSendBufferTest() local
Dquic_stream_test.cc1333 quiche::QuicheMemSlice slice1 = MemSliceFromString("12345"); in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc451 HloInstruction* slice1 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc574 TensorSlice slice1 = TensorSlice::ParseOrDie("-:0,1"); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc520 auto slice1 = builder.AddInstruction(HloInstruction::CreateSlice( in XLA_TEST_F() local
Dvalue_inference_test.cc189 auto slice1 = SliceInDim(concat, 1, 2, 1, 0); in TEST_F() local
Darray_elementwise_ops_test.cc418 auto slice1 = Slice(param, {0}, {slice_size}, {1}); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc367 TF::SliceOp slice1 = in matchAndRewriteImplWithSliceAndConcat() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_test.cc10669 auto slice1 = AllOf(op::Slice(op::Parameter()), op::Shape("f32[2]")); in TEST_F() local