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

  /external/tensorflow/tensorflow/compiler/xla/service/
dfs_hlo_visitor_with_default.h 85 Status HandleDot(HloInstructionPtr dot) override {
hlo_cost_analysis.h 71 Status HandleDot(const HloInstruction* dot) override;
dynamic_dimension_inference.cc 46 Status HandleDot(HloInstruction* hlo) override;
200 Status DynamicDimensionInferenceVisitor::HandleDot(HloInstruction* hlo) {
dfs_hlo_visitor.h 102 virtual Status HandleDot(HloInstructionPtr hlo) = 0;
hlo_verifier.h 52 Status HandleDot(HloInstruction* dot) override;
hlo_cost_analysis.cc 239 Status HloCostAnalysis::HandleDot(const HloInstruction* dot) {
hlo_evaluator_typed_visitor.h     [all...]
hlo_verifier.cc 146 Status ShapeVerifier::HandleDot(HloInstruction* dot) {
    [all...]
algebraic_simplifier.cc 206 Status HandleDot(HloInstruction* dot) override;
    [all...]
hlo_instruction.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.h 81 Status HandleDot(HloInstruction* dot) override;
ir_emitter_unnested.h 165 Status HandleDot(HloInstruction* dot) override;
ir_emitter.cc 467 Status IrEmitter::HandleDot(HloInstruction* dot) {
    [all...]
ir_emitter_unnested.cc 352 Status IrEmitterUnnested::HandleDot(HloInstruction* dot) {
359 return IrEmitter::HandleDot(dot);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 154 Status HandleDot(HloInstruction* dot) override;
ir_emitter.cc     [all...]

Completed in 594 milliseconds