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

  /external/tensorflow/tensorflow/core/kernels/
quantized_concat_op_test.cc 85 const int second_batch = 2; local
88 Tensor second_float(DT_FLOAT, {second_batch, second_height, second_width});
94 const int expected_batch = first_batch + second_batch;
150 const int second_batch = 2; local
153 Tensor second_float(DT_FLOAT, {second_batch, second_height, second_width});
159 const int expected_batch = first_batch + second_batch;
213 const int second_batch = 2; local
216 Tensor second_float(DT_FLOAT, {second_batch, second_height, second_width});
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
replicate_model_fn_test.py     [all...]

Completed in 181 milliseconds