HomeSort by relevance Sort by last modified time
    Searched full:tf_num_params (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/contrib/specs/python/
summaries.py 147 def tf_num_params(x): function
163 totals = [tf_num_params(y) for y in x.inputs]
202 totals = [tf_num_params(y) for y in right]

Completed in 990 milliseconds