Searched defs:tenv (Results  1 – 5 of 5) sorted by relevance
| /external/turbine/java/com/google/turbine/types/ | 
| D | Erasure.java | 35   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/ | 
| D | Lower.java | 337     Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(info.typeParameterTypes());  in lowerComponent()  local 349     Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(m.tyParams());  in lowerMethod()  local 419   private String methodDescriptor(MethodInfo m, Function<TyVarSymbol, TyVarInfo> tenv) {  in methodDescriptor() 423       fparams.add(sig.signature(Erasure.erase(t.type(), tenv)));  in methodDescriptor()  local 432     Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(ImmutableMap.of());  in lowerField()  local
  | 
| /external/turbine/java/com/google/turbine/binder/ | 
| D | Binder.java | 155     Env<ClassSymbol, SourceTypeBoundClass> tenv =  in bind()  local 315       Env<ClassSymbol, TypeBoundClass> tenv) {  in canonicalizeTypes() 456       Env<ClassSymbol, TypeBoundClass> tenv) {  in disambiguateTypeAnnotations()
  | 
| D | Processing.java | 110     Env<ClassSymbol, SourceTypeBoundClass> tenv = new SimpleEnv<>(result.units());  in process()  local
  | 
| /external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ | 
| D | tf_framework_c_interface.cc | 163   auto tenv = tensorflow::Env::Default();  in Compile()  local
  |