Home
last modified time | relevance | path

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

12

/third_party/skia/src/gpu/dawn/
DGrDawnRingBuffer.h20 struct Slice { struct
21 Slice(wgpu::Buffer buffer, int offset) in Slice() function
23 Slice() in Slice() function
25 Slice(const Slice& other) in Slice() function
35 Slice allocate(int size); argument
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DSlice.cs30 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/
DGrStagingBufferManager.h21 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
DGrRingBuffer.h39 struct Slice { struct
43 Slice suballocate(size_t size); argument
/third_party/grpc/include/grpcpp/impl/codegen/
Dslice.h38 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/
Dtransforms.h83 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/
Dslice.h34 Slice() : PrimitiveC(kNameSlice) { InitIOName({"x", "begin", "size"}, {"output"}); } in Slice() function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dslice.py20 class Slice(Expander): class
/third_party/flatbuffers/lua/flatbuffers/
Dbinaryarray.lua37 function mt:Slice(startPos, endPos) function
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_slice.py28 class Slice(nn.Cell): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCRC.cpp92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
/third_party/mindspore/mindspore/core/ir/
Ddtype.h88 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/
DLEB128.h144 uint64_t Slice = *p & 0x7f; variable
/third_party/boost/libs/hana/include/boost/hana/
Dslice.hpp33 using Slice = BOOST_HANA_DISPATCH_IF(slice_impl<S>, in operator ()() typedef
/third_party/boost/boost/hana/
Dslice.hpp33 using Slice = BOOST_HANA_DISPATCH_IF(slice_impl<S>, in operator ()() typedef
/third_party/mindspore/tests/st/ops/gpu/
Dtest_slice.py25 class Slice(nn.Cell): class
/third_party/ffmpeg/libavcodec/
Dmagicyuv.c37 typedef struct Slice { struct
40 } Slice; argument
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMinidump.h206 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
/third_party/mindspore/tests/st/ops/cpu/
Dtest_slice_op.py28 class Slice(nn.Cell): class
/third_party/mindspore/mindspore/common/
Ddtype.py111 Slice = typing.Slice variable
/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py168 class Slice(TensorOperation): class

12