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

  /external/tensorflow/tensorflow/compiler/xla/
layout_util.h 94 static bool IsMonotonicWithDim0Major(const Layout& layout);
layout_util.cc 259 /* static */ bool LayoutUtil::IsMonotonicWithDim0Major(const Layout& layout) {
literal_util.cc 742 if (!LayoutUtil::IsMonotonicWithDim0Major(shape().layout())) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment.cc 678 LayoutUtil::IsMonotonicWithDim0Major(operand->shape().layout()));
682 LayoutUtil::IsMonotonicWithDim0Major(custom_call->shape().layout()));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc 486 LayoutUtil::IsMonotonicWithDim0Major(fft->operand(0)->shape().layout()));
487 TF_RET_CHECK(LayoutUtil::IsMonotonicWithDim0Major(fft->shape().layout()));
    [all...]

Completed in 226 milliseconds