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

  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.cc 130 Status LogicalBufferAnalysis::HandleBitcast(HloInstruction*) {
algebraic_simplifier.cc 180 Status HandleBitcast(HloInstruction* bitcast) override;
603 Status AlgebraicSimplifierVisitor::HandleBitcast(HloInstruction* bitcast) {
    [all...]
tuple_points_to_analysis.cc 264 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) {
    [all...]
hlo_cost_analysis.cc 361 Status HloCostAnalysis::HandleBitcast(const HloInstruction*) {
hlo_evaluator.cc 382 Status HloEvaluator::HandleBitcast(HloInstruction* bitcast) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 85 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) {
86 VLOG(2) << "HandleBitcast: " << bitcast->ToString();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc 167 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) {
168 VLOG(2) << "HandleBitcast: " << bitcast->ToString();
    [all...]

Completed in 1216 milliseconds