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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
elemental_ir_emitter.cc 225 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitLog(
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 409 return EmitLog(op->shape().element_type(), operand_value);
477 TF_ASSIGN_OR_RETURN(auto log_sum_sq, EmitLog(component_type, sum_sq));
    [all...]

Completed in 63 milliseconds