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

  /external/tensorflow/tensorflow/python/kernel_tests/
partitioned_variables_test.py 45 v0_part = v0._get_partitions()
65 v0_part = v0._get_partitions()
83 v0_part = v0._get_partitions()
184 v3str_part = v3str._get_partitions()
205 v0_part = v0._get_partitions()
  /external/tensorflow/tensorflow/python/ops/
variable_scope.py 585 existing_var._get_partitions() != partitions):
589 (name, partitions, existing_var._get_partitions()))
    [all...]
variables.py 1381 def _get_partitions(self): member in class:PartitionedVariable
    [all...]

Completed in 1531 milliseconds