Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dslice_sinker_test.cc70 const HloInstruction* slice1; in TEST_F() local
110 const HloInstruction* slice1; in TEST_F() local
156 const HloInstruction* slice1; in TEST_F() local
205 const HloInstruction* slice1; in TEST_F() local
357 const HloInstruction* slice1; in TEST_F() local
422 const HloInstruction* slice1; in TEST_F() local
482 const HloInstruction* slice1; in TEST_F() local
Dfusion_node_indexing_evaluation_test.cc109 HloInstruction* slice1 = sub->mutable_operand(0); in TEST_F() local
Dalgebraic_simplifier_test.cc2384 HloInstruction* slice1 = builder.AddInstruction(HloInstruction::CreateSlice( in TEST_F() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc306 TensorSlice slice1(3); in TEST() local
312 TensorSlice slice1(3); in TEST() local
318 TensorSlice slice1(3); in TEST() local
/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/rust/crates/half/src/
Dslice.rs948 let mut slice1 = [f16::ZERO; 3]; in convert_from_f32_slice_len_mismatch_panics() localVariable
956 let mut slice1 = [f16::ZERO; 3]; in convert_from_f64_slice_len_mismatch_panics() localVariable
964 let slice1 = [f16::ZERO; 3]; in convert_to_f32_slice_len_mismatch_panics() localVariable
972 let slice1 = [f16::ZERO; 3]; in convert_to_f64_slice_len_mismatch_panics() localVariable
/external/perfetto/src/trace_processor/importers/common/
Dslice_tracker_unittest.cc464 SliceId slice1 = context.storage->slice_table().id()[0]; in TEST() local
505 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/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc469 HloInstruction* slice1 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc567 TensorSlice slice1 = TensorSlice::ParseOrDie("-:0,1"); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dvalue_inference_test.cc163 auto slice1 = SliceInDim(concat, 1, 2, 1, 0); in TEST_F() local
Dcpu_gpu_fusion_test.cc522 auto slice1 = builder.AddInstruction(HloInstruction::CreateSlice( in XLA_TEST_F() local
Darray_elementwise_ops_test.cc411 auto slice1 = Slice(param, {0}, {slice_size}, {1}); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc355 TF::SliceOp slice1 = in matchAndRewrite() local