Home
last modified time | relevance | path

Searched defs:unboxed (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/core/
DIListRef.h433 IListRefIterator(unboxed_iterator_type unboxed) : tag_(IListRefTag::Unboxed) { in IListRefIterator()
532 IListRef(const unboxed_type& unboxed) : tag_(IListRefTag::Unboxed) { in IListRef()
620 unboxed_type unboxed; member
DIListRef_test.cpp71 at::ArrayRef<at::Tensor> unboxed(vec); in TEST() local
162 at::ArrayRef<at::Tensor> unboxed(vec); in TEST() local
253 at::ArrayRef<at::OptionalTensorRef> unboxed(vec); in TEST() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DIntrospectionUtils.java89 Class<?> unboxed = unboxingMap.get(clazz); in getUnboxedClass() local
/external/fbjni/test/jni/
Ddoc_tests.cpp369 jint unboxed = number->value(); in scaleUp() local
/external/turbine/java/com/google/turbine/processing/
DTurbineTypes.java697 TurbineConstantTypeKind unboxed = unboxedType((ClassTy) t1); in isAssignable() local