Home
last modified time | relevance | path

Searched defs:byteSize (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DDataType.java52 private final int byteSize; field in DataType
58 DataType(int value, int byteSize) { in DataType()
66 public int byteSize() { in byteSize() method in DataType
DTensor.java145 int byteSize = elemByteSize(t.dtype) * numElements(t.shapeCopy); in create() local
807 private static native long allocate(int dtype, long[] shape, long byteSize); in allocate()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java33 private final int byteSize; field in OpenSSLDigest
35 public OpenSSLDigest(String algorithm, int byteSize) { in OpenSSLDigest()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java33 private final int byteSize; field in OpenSSLDigest
35 public OpenSSLDigest(String algorithm, int byteSize) { in OpenSSLDigest()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java31 private final int byteSize; field in OpenSSLDigest
33 public OpenSSLDigest(String algorithm, int byteSize) { in OpenSSLDigest()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DDataType.java48 public int byteSize() { in byteSize() method in DataType
/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp70 std::size_t byteSize{elem_len}; in CFI_allocate() local
250 std::size_t byteSize{elem_len}; in CFI_establish() local
Ddescriptor.cpp115 std::size_t byteSize{Elements() * ElementBytes()}; in Allocate() local
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferObject.swift20 static var byteSize: Int { get } variable
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h48 auto byteSize = TFRTypeStorage::totalSizeToAlloc<StringAttr>(key.size()); in construct() local
/external/skia/src/ports/
DSkImageGeneratorNDK.cpp205 auto byteSize = info.computeByteSize(rowBytes); in onGetPixels() local
/external/skqp/src/gpu/effects/
DGrConvexPolyEffect.cpp73 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar); in onSetData() local
/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp73 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar); in onSetData() local
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dunion_vector_generated.swift7 public static var byteSize: Int { return MemoryLayout<UInt8>.size } variable
Dmonster_test_generated.swift11 public static var byteSize: Int { return MemoryLayout<UInt8>.size } variable
27 public static var byteSize: Int { return MemoryLayout<Int8>.size } variable
41 public static var byteSize: Int { return MemoryLayout<UInt8>.size } variable
55 public static var byteSize: Int { return MemoryLayout<UInt8>.size } variable
69 public static var byteSize: Int { return MemoryLayout<UInt8>.size } variable
DFlatBuffersUnionTests.swift112 static var byteSize: Int { return MemoryLayout<Int32>.size } variable
/external/llvm-project/mlir/lib/IR/
DLocationDetail.h89 auto byteSize = totalSizeToAlloc<Location>(locs.size()); in construct() local
DTypeDetail.h323 auto byteSize = TupleTypeStorage::totalSizeToAlloc<Type>(key.size()); in construct() local
DAttributeDetail.h154 auto byteSize = in construct() local
DOperation.cpp125 size_t byteSize = in create() local
/external/icu/icu4c/source/common/
Ducol_data.h78 uint32_t byteSize; member
/external/icu/libicu/cts_headers/
Ducol_data.h78 uint32_t byteSize; member
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1836 public function byteSize() function in Google\\Protobuf\\Internal\\Message
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DEncoder.java547 private Encoder encoderForArrayByTotalSize(int byteSize, int length, int offset) { in encoderForArrayByTotalSize()
/external/llvm-project/lld/COFF/
DDebugTypes.cpp237 unsigned byteSize = ref.Count * sizeof(TypeIndex); in remapRecord() local

12