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

  /external/tensorflow/tensorflow/python/tpu/
xla.py 26 def is_flat(outputs): function
tpu.py     [all...]
  /external/tensorflow/tensorflow/contrib/compiler/
xla.py 345 outputs_is_flat = is_flat(outputs)
385 def is_flat(outputs): function
  /external/libaom/libaom/aom_dsp/
noise_model.c 624 const int is_flat = (trace < kTraceThreshold) && local
639 flat_blocks[by * num_blocks_w + bx] = is_flat ? 255 : 0;
644 is_flat);
646 num_flat += is_flat;
    [all...]

Completed in 843 milliseconds