Searched refs:destinationType (Results 1 – 8 of 8) sorted by relevance
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ops/ |
D | CastOp.java | 26 private final DataType destinationType; field in CastOp 41 public CastOp(DataType destinationType) { in CastOp() argument 43 destinationType == DataType.UINT8 || destinationType == DataType.FLOAT32, in CastOp() 44 "Destination type " + destinationType + " is not supported."); in CastOp() 45 this.destinationType = destinationType; in CastOp() 50 if (input.getDataType() == destinationType) { in apply() 53 return TensorBuffer.createFrom(input, destinationType); in apply()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.cpp | 31 gl::DrawElementsType destinationType, in ConvertIndexArray() argument 41 DestT destRestartIndex = static_cast<DestT>(gl::GetPrimitiveRestartIndex(destinationType)); in ConvertIndexArray() 57 gl::DrawElementsType destinationType, in ConvertIndices() argument 63 if (sourceType == destinationType) in ConvertIndices() 65 const GLuint dstTypeSize = gl::GetDrawElementsTypeSize(destinationType); in ConvertIndices() 72 ASSERT(destinationType == gl::DrawElementsType::UnsignedShort); in ConvertIndices() 73 ConvertIndexArray<GLubyte, GLushort>(input, sourceType, output, destinationType, count, in ConvertIndices() 78 ASSERT(destinationType == gl::DrawElementsType::UnsignedInt); in ConvertIndices() 79 ConvertIndexArray<GLushort, GLuint>(input, sourceType, output, destinationType, count, in ConvertIndices()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
D | BufferUtilsTest.java | 123 for (BufferType destinationType : BufferType.values()) { in copyNoConsume() 128 ByteBuffer destination = destinationType.newBuffer(totalSize); in copyNoConsume()
|
/external/conscrypt/common/src/test/java/org/conscrypt/ |
D | BufferUtilsTest.java | 119 for (BufferType destinationType : BufferType.values()) { in copyNoConsume() 124 ByteBuffer destination = destinationType.newBuffer(totalSize); in copyNoConsume()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.resources_3.13.0.v20180512-1138.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorOps.cpp | 861 auto destinationType = extractOp.getResult().getType().cast<VectorType>(); in foldExtractFromShapeCast() local 867 getDimReverse(destinationType, i)) in foldExtractFromShapeCast()
|
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |