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

  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
graph_compute_order.py 116 number_inputs = 0
128 if number_inputs == 0:
132 number_inputs += 1
  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.cc 702 int number_inputs = (is_training) ? 3 : 5; local
709 for (int i = 1; i < number_inputs; ++i) {
    [all...]
  /external/tensorflow/tensorflow/core/ops/
nn_ops.cc     [all...]

Completed in 219 milliseconds