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

  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.h 63 Status HandleCopy(HloInstruction* copy) override;
logical_buffer_analysis.cc 123 Status LogicalBufferAnalysis::HandleCopy(HloInstruction* copy) {
hlo_cost_analysis.h 69 Status HandleCopy(const HloInstruction* copy) override;
hlo_evaluator.h 211 Status HandleCopy(HloInstruction* copy) override;
tuple_points_to_analysis.h 251 Status HandleCopy(HloInstruction* copy) override;
dfs_hlo_visitor.h 93 virtual Status HandleCopy(HloInstructionPtr hlo) {
hlo_verifier.h 51 Status HandleCopy(HloInstruction* copy) override;
hlo_cost_analysis.cc 227 Status HloCostAnalysis::HandleCopy(const HloInstruction*) {
tuple_points_to_analysis.cc 251 Status TuplePointsToAnalysis::HandleCopy(HloInstruction* copy) {
    [all...]
hlo_evaluator.cc     [all...]
hlo_verifier.cc 142 Status ShapeVerifier::HandleCopy(HloInstruction* copy) {
    [all...]
algebraic_simplifier.cc 190 Status HandleCopy(HloInstruction* copy) override;
624 Status AlgebraicSimplifierVisitor::HandleCopy(HloInstruction* copy) {
    [all...]
hlo_instruction.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.h 161 Status HandleCopy(HloInstruction* copy) override;
ir_emitter_unnested.cc 689 Status IrEmitterUnnested::HandleCopy(HloInstruction* copy) {
703 return IrEmitter::HandleCopy(copy);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 150 Status HandleCopy(HloInstruction* copy) override;
ir_emitter.cc 221 Status IrEmitter::HandleCopy(HloInstruction* copy) {
    [all...]

Completed in 3380 milliseconds