Home
last modified time | relevance | path

Searched defs:new_slice (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/protobuf/src/reflect/repeated/
Diter.rs18 pub(crate) fn new_slice<V: ProtobufValue>(slice: &'a [V]) -> ReflectRepeatedIter<'a> { in new_slice() method
/external/perfetto/src/tracing/core/
Dzlib_compressor_unittest.cc57 auto new_slice = Slice::Allocate(slice.size); in CopyTracePacket() local
/external/rust/crates/tokio/tests/
Dio_panic.rs108 let new_slice = [0x40_u8, 0x41_u8]; in read_buf_put_slice_panic_caller() localVariable
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc424 auto new_slice = rewriter.create<TFL::SliceOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc4377 auto new_slice = reshape->AddInstruction(HloInstruction::CreateReshape( in HandleReshape() local
4499 HloInstruction* new_slice = in TryToReorderSliceAndReshape() local
4544 HloInstruction* new_slice = slice->AddInstruction( in TryToReorderSliceAndReverse() local
4689 auto new_slice = slice->AddInstruction(HloInstruction::CreateSlice( in HandleSlice() local
4888 HloInstruction* new_slice = in HandleDynamicSlice() local
Dwhile_loop_concat_code_motion.cc1004 auto new_slice = concat->mutable_operand(0); in RunOnLoop() local
/external/rust/crates/zerocopy/src/
Dlib.rs888 pub fn new_slice(bytes: B) -> Option<LayoutVerified<B, [T]>> { in new_slice() function