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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_hlo_support_checker.cc 33 if (LayoutUtil::IsSparseArray(subshape)) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_hlo_support_checker.cc 33 if (LayoutUtil::IsSparseArray(subshape)) {
  /external/tensorflow/tensorflow/compiler/xla/
layout_util.h 116 static bool IsSparseArray(const Shape& shape);
literal_util.cc 101 if (LayoutUtil::IsSparseArray(subshape)) {
    [all...]
literal_util.h 688 // LayoutUtil::IsSparseArray(shape()) is true.
    [all...]
shape_util.cc 708 if (LayoutUtil::IsSparseArray(shape)) {
727 if (LayoutUtil::IsSparseArray(shape)) {
749 DCHECK(LayoutUtil::IsSparseArray(shape));
    [all...]
layout_util.cc 297 /* static */ bool LayoutUtil::IsSparseArray(const Shape& shape) {
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc     [all...]

Completed in 139 milliseconds