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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.h 80 Status HandleInfeed(HloInstruction* infeed) override;
ir_emitter_unnested.h 76 Status HandleInfeed(HloInstruction* xla_infeed) override;
ir_emitter.cc 713 Status IrEmitter::HandleInfeed(HloInstruction*) {
    [all...]
ir_emitter_unnested.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
dfs_hlo_visitor_with_default.h 100 Status HandleInfeed(HloInstructionPtr infeed) override {
hlo_cost_analysis.h 72 Status HandleInfeed(const HloInstruction* infeed) override;
hlo_verifier.h 47 Status HandleInfeed(HloInstruction*) override;
dfs_hlo_visitor.h 191 virtual Status HandleInfeed(HloInstructionPtr hlo) = 0;
hlo_cost_analysis.cc 224 Status HloCostAnalysis::HandleInfeed(const HloInstruction*) {
hlo_verifier.cc 108 Status ShapeVerifier::HandleInfeed(HloInstruction*) {
    [all...]
hlo_instruction.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 129 Status HandleInfeed(HloInstruction* infeed) override;
ir_emitter.cc 330 Status IrEmitter::HandleInfeed(HloInstruction* infeed) {
331 VLOG(2) << "HandleInfeed: " << infeed->ToString();
    [all...]

Completed in 155 milliseconds