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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.h 143 const llvm_ir::IrArray& rhs_array_; member in class:xla::cpu::DotOpEmitter
dot_op_emitter.cc 537 rhs_array_(rhs_array),
622 swap_operands ? rhs_array_.GetBasePointer() : lhs_array_.GetBasePointer();
624 swap_operands ? lhs_array_.GetBasePointer() : rhs_array_.GetBasePointer();
719 const Shape& rhs_shape = rhs_array_.GetShape();
768 &loop_nest, rhs_array_, rhs_reduction_dimension, "rhs");
    [all...]

Completed in 69 milliseconds