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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
elemental_ir_emitter.cc 43 lhs = FPCast(lhs, b_->getFloatTy());
44 rhs = FPCast(rhs, b_->getFloatTy());
67 result = FPCast(result, b_->getHalfTy());
79 value = FPCast(value, b_->getFloatTy());
102 result = FPCast(result, b_->getHalfTy());
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
elemental_ir_emitter.cc 96 FPCast(converted_operands[i], b_->getFloatTy());
115 result = FPCast(result, b_->getHalfTy());
269 llvm::Value* input = FPCast(value, type);
271 return FPCast(fast_tanh, value->getType());
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_builder_mixin.h 288 llvm::Value* FPCast(Args&&... args) {
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 353 FPCast(operand_value,
375 return FPCast(operand_value,
521 op, FPCast(EmitExtractReal(operand_value), to_ir_component_type),
522 FPCast(EmitExtractImag(operand_value), to_ir_component_type));
    [all...]

Completed in 69 milliseconds