| /external/perfetto/include/perfetto/tracing/core/ |
| D | slice.h | 33 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/ |
| D | objc2-write-barrier-3.m | 8 struct Slice { struct 12 typedef struct Slice Slice; argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | slice_op.h | 28 struct Slice { struct 29 void operator()(const Device& d, typename TTypes<T, NDIMS>::Tensor output, in operator()
|
| /external/tensorflow/tensorflow/core/kernels/data/ |
| D | shuffle_dataset_op.cc | 264 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/ |
| D | channel_buffer.h | 105 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/ |
| D | consumer_port.proto | 95 message Slice { message
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | writable_font_data.cc | 169 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
|
| D | readable_font_data.cc | 314 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/ |
| D | buffer_assignment.h | 129 Slice() {} in Slice() function 130 Slice(const BufferAllocation* allocation, int64 offset, int64 size) in Slice() function
|
| D | hlo_constant_folding_test.cc | 145 TEST_F(HloConstantFoldingTest, Slice) { in TEST_F() argument
|
| /external/tensorflow/tensorflow/docs_src/performance/xla/ |
| D | operation_semantics.md | 1950 ## Slice section in Operation Semantics
|
| /external/tensorflow/tensorflow/contrib/lite/kernels/ |
| D | gather_test.cc | 109 TEST(FloatGatherOpTest, Slice) { in TEST() argument
|
| /external/llvm/unittests/ADT/ |
| D | SmallStringTest.cpp | 108 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
|
| D | ArrayRefTest.cpp | 112 TEST(ArrayRefTest, Slice) { in TEST() argument
|
| D | StringRefTest.cpp | 116 TEST(StringRefTest, Slice) { in TEST() argument
|
| /external/swiftshader/third_party/LLVM/unittests/ADT/ |
| D | StringRefTest.cpp | 109 TEST(StringRefTest, Slice) { in TEST() argument
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | array_test.cc | 176 TEST(ArrayTest, Slice) { in TEST() argument
|
| /external/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 485 for (auto Slice : Obj.objects()) { in macho2yaml() local
|
| /external/tensorflow/tensorflow/core/util/sparse/ |
| D | sparse_tensor.h | 569 SparseTensor SparseTensor::Slice(const SparseTensor& input_tensor, in Slice() function
|
| D | sparse_tensor_test.cc | 615 TEST(SparseTensorTest, Slice) { in TEST() argument
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | local_computation_builder.cc | 363 ComputationDataHandle LocalComputationBuilder::Slice( in Slice() function in xla::swig::LocalComputationBuilder
|
| D | xla_client.py | 755 def Slice(self, operand, start_indices, limit_indices, strides=None): member in ComputationBuilder
|
| /external/libmojo/third_party/jinja2/ |
| D | nodes.py | 671 class Slice(Expr): class
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 120 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/ |
| D | tensor.cc | 777 Tensor Tensor::Slice(int64 start, int64 limit) const { in Slice() function in tensorflow::Tensor
|