Searched refs:tensors_list (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 453 def _as_tensor_list_list(tensors_list): argument 454 if not tensors_list: 456 if isinstance(tensors_list[0], dict): 457 expected_keys = set(tensors_list[0].keys()) 458 for tensors in tensors_list[1:]: 462 return [_as_tensor_list(tensors) for tensors in tensors_list] 464 return tensors_list 801 def _batch_join(tensors_list, batch_size, keep_input, capacity=32, argument 810 tensor_list_list = _as_tensor_list_list(tensors_list) 833 return _as_original_type(tensors_list[0], dequeued) [all …]
|
/external/tensorflow/tensorflow/contrib/model_pruning/python/ |
D | strip_pruning_vars_test.py | 135 def _get_outputs(self, session, input_graph, tensors_list, graph_prefix=None): argument 138 for output_tensor in tensors_list:
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.pbtxt | 277 …argspec: "args=[\'tensors_list\', \'batch_size\', \'capacity\', \'enqueue_many\', \'shapes\', \'dy… 381 …argspec: "args=[\'tensors_list\', \'keep_input\', \'batch_size\', \'capacity\', \'enqueue_many\', … 389 …argspec: "args=[\'tensors_list\', \'batch_size\', \'capacity\', \'min_after_dequeue\', \'keep_inpu… 441 …argspec: "args=[\'tensors_list\', \'batch_size\', \'capacity\', \'min_after_dequeue\', \'seed\', \…
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parse_single_example_op_test.py | 62 def flatten_values_tensors_or_sparse(tensors_list): argument 66 v, sparse_tensor.SparseTensor) else [v] for v in tensors_list]))
|
D | parsing_ops_test.py | 61 def flatten_values_tensors_or_sparse(tensors_list): argument 66 for v in tensors_list]))
|