HomeSort by relevance Sort by last modified time
    Searched refs:GetConstantFloat (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.h 55 return Mul(GetConstantFloat(rhs->getType(), lhs), rhs);
68 return Add(GetConstantFloat(rhs->getType(), lhs), rhs);
78 return Sub(lhs, GetConstantFloat(lhs->getType(), rhs));
82 return Max(GetConstantFloat(rhs->getType(), lhs), rhs);
91 return Add(GetConstantFloat(vector_type(), c), Mul(a, b));
96 return Add(GetConstantFloat(a->getType(), c),
97 Mul(a, GetConstantFloat(a->getType(), b)));
105 return GetConstantFloat(vector_type(), d);
119 return FCmpOLTMask(lhs, GetConstantFloat(lhs->getType(), rhs));
128 return FloatAnd(lhs, GetConstantFloat(lhs->getType(), rhs))
    [all...]
vector_support_library.cc 114 llvm_ir::EmitFloatMax(a, GetConstantFloat(type, low), ir_builder_),
115 GetConstantFloat(type, high), ir_builder_);

Completed in 483 milliseconds