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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.h 47 class DotOpEmitter {
67 DotOpEmitter(const HloInstruction& dot, bool transpose_lhs,
125 // Get the MatMultDims instance for the dot product this DotOpEmitter
dot_op_emitter.cc 525 DotOpEmitter::DotOpEmitter(
544 /* static */ tensorflow::Status DotOpEmitter::EmitDotOperation(
553 DotOpEmitter dot_emitter(dot, transpose_lhs, transpose_rhs, target_array,
560 bool DotOpEmitter::ShapesAreLegalForRuntimeDot() const { return true; }
562 bool DotOpEmitter::EmitLlvmIrDotIfProfitable() {
695 tensorflow::Status DotOpEmitter::Emit() {
    [all...]
ir_emitter.cc     [all...]

Completed in 354 milliseconds