Home
last modified time | relevance | path

Searched defs:tenv (Results 1 – 6 of 6) sorted by relevance

/external/turbine/java/com/google/turbine/types/
DErasure.java35 public static Type erase(Type ty, Function<TyVarSymbol, TyVarInfo> tenv) { in erase()
59 ImmutableList<Type> types, Function<TyVarSymbol, TyVarInfo> tenv) { in erase()
68 IntersectionTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseIntersectionTy()
72 private static Type eraseTyVar(TyVar ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseTyVar()
77 private static Type.ArrayTy eraseArrayTy(Type.ArrayTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseArrayTy()
93 private static Type eraseWildTy(WildTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseWildTy()
104 private static Type erasureMethodTy(MethodTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in erasureMethodTy()
/external/turbine/java/com/google/turbine/lower/
DLower.java367 Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(info.typeParameterTypes()); in lowerComponent() local
379 Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(m.tyParams()); in lowerMethod() local
449 private String methodDescriptor(MethodInfo m, Function<TyVarSymbol, TyVarInfo> tenv) { in methodDescriptor()
453 fparams.add(sig.signature(Erasure.erase(t.type(), tenv))); in methodDescriptor() local
462 Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(ImmutableMap.of()); in lowerField() local
/external/turbine/java/com/google/turbine/binder/
DBinder.java155 Env<ClassSymbol, SourceTypeBoundClass> tenv = in bind() local
315 Env<ClassSymbol, TypeBoundClass> tenv) { in canonicalizeTypes()
456 Env<ClassSymbol, TypeBoundClass> tenv) { in disambiguateTypeAnnotations()
DProcessing.java110 Env<ClassSymbol, SourceTypeBoundClass> tenv = new SimpleEnv<>(result.units()); in process() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_framework_c_interface.cc163 auto tenv = tensorflow::Env::Default(); in Compile() local
/external/libopus/dnn/
Dnndsp.c358 float *tenv; in adashape_process_frame() local