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

  /external/tensorflow/tensorflow/python/ops/
image_ops_impl.py 582 is_batch = True
585 is_batch = False
588 is_batch = False
625 if not is_batch:
665 is_batch = True
668 is_batch = False
671 is_batch = False
705 if not is_batch:
743 is_batch = True
745 is_batch = Fals
    [all...]
image_ops_test.py 149 is_batch = True
151 is_batch = False
163 if not is_batch:
    [all...]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 577 void TestMatMulGrad(const bool is_batch, const bool t_x, const bool t_y) {
581 RandMatMulShapes(is_batch, t_x, t_y, &shapes);
590 if (is_batch) {
602 void RandMatMulShapes(const bool is_batch, const bool tx, const bool ty,
612 if (is_batch) {
622 if (is_batch) {
632 if (is_batch) {
math_grad.cc     [all...]

Completed in 169 milliseconds