| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnRingBuffer.h | 20 struct Slice { struct 21 Slice(wgpu::Buffer buffer, int offset) in Slice() argument 23 Slice() in Slice() argument 25 Slice(const Slice& other) in Slice() argument 35 Slice allocate(int size); argument
|
| /third_party/grpc/src/csharp/Grpc.Core/Internal/ |
| D | Slice.cs | 30 internal struct Slice struct 35 public Slice(IntPtr dataPtr, int length) in Slice() method 52 …s a <see cref="System.String"/> that represents the current <see cref="Grpc.Core.Internal.Slice"/>. 54 public override string ToString() in ToString()
|
| /third_party/skia/src/gpu/ |
| D | GrStagingBufferManager.h | 21 struct Slice { struct 22 Slice() {} in Slice() function 23 Slice(GrGpuBuffer* buffer, size_t offset, void* offsetMapPtr) in Slice() argument 30 Slice allocateStagingBufferSlice(size_t size, size_t requiredAlignment = 1); argument
|
| D | GrRingBuffer.h | 39 struct Slice { struct 43 Slice suballocate(size_t size); argument
|
| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | slice.h | 38 Slice() : slice_(g_core_codegen_interface->grpc_empty_slice()) {} in Slice() function 44 Slice(grpc_slice slice, AddRef) in Slice() function 49 Slice(grpc_slice slice, StealRef) : slice_(slice) {} in Slice() function 52 explicit Slice(size_t len) in Slice() function 56 Slice(const void* buf, size_t len) in Slice() function 62 Slice(const std::string& str) in Slice() function 69 Slice(const void* buf, size_t len, StaticSlice) in Slice() function 74 Slice(const Slice& other) in Slice() function 88 Slice(void* buf, size_t len, void (*destroy)(void*), void* user_data) in Slice() function 93 Slice(void* buf, size_t len, void (*destroy)(void*)) in Slice() function [all …]
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
| D | transforms.h | 83 Slice() : start_(0), stop_(0), step_(0) {} in Slice() function 88 Slice(dsize_t start, dsize_t stop, dsize_t step) : start_(start), stop_(stop), step_(step) {} in Slice() function 92 Slice(dsize_t start, dsize_t stop) : start_(start), stop_(stop), step_(1) {} in Slice() function 95 explicit Slice(dsize_t stop) : start_(0), stop_(stop), step_(1) {} in Slice() function
|
| /third_party/mindspore/mindspore/core/ops/ |
| D | slice.h | 34 Slice() : PrimitiveC(kNameSlice) { InitIOName({"x", "begin", "size"}, {"output"}); } in Slice() function
|
| /third_party/mindspore/mindspore/_extends/graph_kernel/expanders/ |
| D | slice.py | 20 class Slice(Expander): class
|
| /third_party/flatbuffers/lua/flatbuffers/ |
| D | binaryarray.lua | 37 function mt:Slice(startPos, endPos) function
|
| /third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
| D | test_slice.py | 28 class Slice(nn.Cell): class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | CRC.cpp | 92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
|
| /third_party/mindspore/mindspore/core/ir/ |
| D | dtype.h | 88 Slice() : Object(kObjectTypeSlice), start_(nullptr), stop_(nullptr), step_(nullptr) {} in Slice() function 89 Slice(const TypePtr &start, const TypePtr &stop, const TypePtr &step) in Slice() function 93 MS_DECLARE_PARENT(Slice, Object) in MS_DECLARE_PARENT() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | LEB128.h | 144 uint64_t Slice = *p & 0x7f; variable
|
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | slice.hpp | 33 using Slice = BOOST_HANA_DISPATCH_IF(slice_impl<S>, in operator ()() typedef
|
| /third_party/boost/boost/hana/ |
| D | slice.hpp | 33 using Slice = BOOST_HANA_DISPATCH_IF(slice_impl<S>, in operator ()() typedef
|
| /third_party/mindspore/tests/st/ops/gpu/ |
| D | test_slice.py | 25 class Slice(nn.Cell): class
|
| /third_party/ffmpeg/libavcodec/ |
| D | magicyuv.c | 37 typedef struct Slice { struct 40 } Slice; argument
|
| /third_party/skia/third_party/externals/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
|
| /third_party/flutter/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Minidump.h | 206 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
|
| /third_party/mindspore/tests/st/ops/cpu/ |
| D | test_slice_op.py | 28 class Slice(nn.Cell): class
|
| /third_party/mindspore/mindspore/common/ |
| D | dtype.py | 111 Slice = typing.Slice variable
|
| /third_party/mindspore/mindspore/dataset/transforms/ |
| D | c_transforms.py | 168 class Slice(TensorOperation): class
|