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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_matvec.h 110 void EigenMatVec(T* out, T* lhs, T* rhs, tensorflow::int64 m,
runtime_matmul.cc 90 xla::EigenMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, transpose_rhs);
runtime_single_threaded_matmul.cc 82 xla::EigenMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, transpose_rhs);

Completed in 621 milliseconds