Home
last modified time | relevance | path

Searched defs:Slice (Results 1 – 25 of 37) sorted by relevance

12

/external/perfetto/include/perfetto/tracing/core/
Dslice.h33 struct Slice { struct
34 Slice() : start(nullptr), size(0) {} in Slice() argument
35 Slice(const void* st, size_t sz) : start(st), size(sz) {} in Slice() function
38 explicit Slice(std::unique_ptr<std::string> str) in Slice() argument
44 static Slice Allocate(size_t size) { in Allocate() argument
61 Slice(const Slice&) = delete; argument
62 void operator=(const Slice&) = delete; argument
71 using Slices = std::vector<Slice>; argument
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-3.m8 struct Slice { struct
12 typedef struct Slice Slice; argument
/external/tensorflow/tensorflow/core/kernels/
Dslice_op.h28 struct Slice { struct
29 void operator()(const Device& d, typename TTypes<T, NDIMS>::Tensor output, in operator()
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc264 struct Slice { struct in tensorflow::__anon090660da0111::ShuffleDatasetOpBase::ShuffleDatasetBase::Iterator
265 Slice(int64 start, int64 end) : start(start), end(end) {} in Slice() function
267 int64 start;
268 int64 end;
/external/webrtc/webrtc/common_audio/
Dchannel_buffer.h105 const T* const* Slice(T** slice, size_t start_frame) const { in Slice() function
111 T** Slice(T** slice, size_t start_frame) { in Slice() function
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto95 message Slice { message
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc169 CALLER_ATTACH FontData* WritableFontData::Slice(int32_t offset, in Slice() function in sfntly::WritableFontData
184 CALLER_ATTACH FontData* WritableFontData::Slice(int32_t offset) { in Slice() function in sfntly::WritableFontData
Dreadable_font_data.cc314 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset, in Slice() function in sfntly::ReadableFontData
329 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset) { in Slice() function in sfntly::ReadableFontData
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h129 Slice() {} in Slice() function
130 Slice(const BufferAllocation* allocation, int64 offset, int64 size) in Slice() function
Dhlo_constant_folding_test.cc145 TEST_F(HloConstantFoldingTest, Slice) { in TEST_F() argument
/external/tensorflow/tensorflow/docs_src/performance/xla/
Doperation_semantics.md1950 ## Slice section in Operation Semantics
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dgather_test.cc109 TEST(FloatGatherOpTest, Slice) { in TEST() argument
/external/llvm/unittests/ADT/
DSmallStringTest.cpp108 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
DArrayRefTest.cpp112 TEST(ArrayRefTest, Slice) { in TEST() argument
DStringRefTest.cpp116 TEST(StringRefTest, Slice) { in TEST() argument
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringRefTest.cpp109 TEST(StringRefTest, Slice) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/
Darray_test.cc176 TEST(ArrayTest, Slice) { in TEST() argument
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp485 for (auto Slice : Obj.objects()) { in macho2yaml() local
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h569 SparseTensor SparseTensor::Slice(const SparseTensor& input_tensor, in Slice() function
Dsparse_tensor_test.cc615 TEST(SparseTensorTest, Slice) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc363 ComputationDataHandle LocalComputationBuilder::Slice( in Slice() function in xla::swig::LocalComputationBuilder
Dxla_client.py755 def Slice(self, operand, start_indices, limit_indices, strides=None): member in ComputationBuilder
/external/libmojo/third_party/jinja2/
Dnodes.py671 class Slice(Expr): class
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp120 class Slice { class
132 Slice() : BeginOffset(), EndOffset() {} in Slice() function in __anon4370ae270211::Slice
133 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() function in __anon4370ae270211::Slice
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc777 Tensor Tensor::Slice(int64 start, int64 limit) const { in Slice() function in tensorflow::Tensor

12