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

  /external/tensorflow/tensorflow/contrib/framework/python/framework/
checkpoint_utils.py 93 variable_map = reader.get_variable_to_shape_map()
94 names = sorted(variable_map.keys())
97 result.append((name, variable_map[name]))
221 variable_map = reader.get_variable_to_shape_map()
240 if tensor_name_in_ckpt not in variable_map:
242 tensor_name_in_ckpt, checkpoint_dir, variable_map
247 variable_map[tensor_name_in_ckpt]):
252 tensor_name_in_ckpt, str(variable_map[tensor_name_in_ckpt])
288 if full_tensor_name not in variable_map:
  /external/tensorflow/tensorflow/python/training/
checkpoint_utils.py 96 variable_map = reader.get_variable_to_shape_map()
97 names = sorted(variable_map.keys())
100 result.append((name, variable_map[name]))
199 variable_map = reader.get_variable_to_shape_map()
218 if tensor_name_in_ckpt not in variable_map:
220 tensor_name_in_ckpt, ckpt_dir_or_file, variable_map
225 variable_map[tensor_name_in_ckpt]):
230 tensor_name_in_ckpt, str(variable_map[tensor_name_in_ckpt])
268 if full_tensor_name not in variable_map:
  /external/antlr/runtime/Ruby/lib/antlr3/
template.rb 259 def <<( variable_map )
260 variable_map.each_pair do | name, value |
266 def initialize( variable_map = nil )
267 variable_map and self << variable_map
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py     [all...]

Completed in 1999 milliseconds