Home
last modified time | relevance | path

Searched defs:fromType (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dtype_conversion.cc48 Type fromType = getElementTypeOrSelf(inputs[0].getType()); in materializeCastFromIllegal() local
61 Type fromType = getElementTypeOrSelf(inputs[0].getType()); in materializeCastToIllegal() local
/external/angle/src/compiler/translator/msl/
DAstHelpers.cpp432 const TType &fromType = fromNode.getType(); in CoerceSimple() local
481 const TType &fromType = fromNode.getType(); in CoerceSimple() local
530 const TType &fromType = fromNode.getType(); in AsType() local
/external/tensorflow/tensorflow/compiler/xla/runtime/
Darguments.cc81 auto compatible = [&](DType fromType, DType toType) { in AreCompatibleTypes()
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp1414 const TType &fromType = from->getType(); in addFieldCopy() local
1441 TType *fromType = new TType(from, true); in declareStructCopy() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/reflect/
DTypeUtilsTest.java903 …final Type fromType = ClassWithSuperClassWithGenericType.class.getDeclaredMethod("methodWithGeneri… in testLANG1190() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp725 unsigned int fromType; in tryLoad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp890 unsigned int fromType; in tryLoad() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) in supportsConvert()