Home
last modified time | relevance | path

Searched defs:toType (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dtype_conversion.cc49 Type toType = getElementTypeOrSelf(type); in materializeCastFromIllegal() local
62 Type toType = getElementTypeOrSelf(type); in materializeCastToIllegal() local
/external/guice/core/src/com/google/inject/spi/
DTypeConverter.java30 Object convert(String value, TypeLiteral<?> toType); in convert()
/external/pytorch/c10/core/
DCopyBytes.cpp14 DeviceType toType, in _CopyBytesFunctionRegisterer()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/declarations/common/
DMethodDeclarationCommonLogic.java91 protected ResolvedType toType(ResolvedTypeParameterDeclaration typeParameterDeclaration) { in toType() method in MethodDeclarationCommonLogic
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/declarations/common/
DMethodDeclarationCommonLogic.java91 protected Type toType(TypeParameterDeclaration typeParameterDeclaration) { in toType() method in MethodDeclarationCommonLogic
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/common/
DBatchingDescriptorComposer.java541 private static TypeNode toType(Class<?> clazz) { in toType() method in BatchingDescriptorComposer
545 private static TypeNode toType(Reference reference, TypeNode... types) { in toType() method in BatchingDescriptorComposer
/external/dokka/core/src/main/kotlin/Utilities/
DDokkaModules.kt81 inline infix fun <reified T: Any, TKClass: KClass<out T>> AnnotatedBindingBuilder<T>.toType(kClass:… method
/external/angle/src/compiler/translator/msl/
DAstHelpers.cpp444 TIntermTyped &sh::CoerceSimple(const TType &toType, in CoerceSimple()
494 TIntermTyped &sh::AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode) in AsType()
/external/pytorch/aten/src/ATen/templates/
DTensorBody.h231 Tensor toType(ScalarType t) const { in toType() function
/external/tensorflow/tensorflow/compiler/xla/runtime/
Darguments.cc81 auto compatible = [&](DType fromType, DType toType) { in AreCompatibleTypes()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/
DTypeUtils.java1252 public static boolean isAssignable(final Type type, final Type toType) { in isAssignable()
1265 private static boolean isAssignable(final Type type, final Type toType, in isAssignable()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DIso639Data.java39 static Map<String, Type> toType; field in Iso639Data
/external/pytorch/torch/csrc/jit/runtime/
Dargument_spec.h44 TypePtr toType() const { in toType() function
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp1418 const TType &toType = to->getType(); in addFieldCopy() local
1445 TType *toType = new TType(to, true); in declareStructCopy() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2160 unsigned int toType; in tryStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1758 unsigned int toType; in tryStore() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1769 unsigned int toType = getLdStRegType(ScalarVT); in tryStore() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) in supportsConvert()
/external/clang/lib/Sema/
DSemaExpr.cpp1200 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast()
1204 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js133 function toType( obj ) { function
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js133 function toType( obj ) { function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js133 function toType( obj ) { function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js133 function toType( obj ) { function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp180 …*createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice::Type toType) in createTruncate()