Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/preverification/
DFloatType.java32 public class FloatType extends VerificationType class
/external/python/cpython2/Lib/
Dtypes.py18 FloatType = float variable
/external/vixl/src/aarch32/
Doperands-aarch32.h542 struct FloatType { struct
563 return Decode(v, FloatType<T>()); in Decode() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.h381 PrimitiveType FloatType() const { return use_bfloat16_ ? BF16 : F32; } in FloatType() function
/external/llvm/bindings/go/llvm/
Dir.go506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
512 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func