Home
last modified time | relevance | path

Searched defs:tensor_names (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsave_restore_v2_ops.cc42 const Tensor& prefix, const Tensor& tensor_names, in ValidateInputs()
97 const Tensor& tensor_names = context->input(1); in Compute() local
151 const Tensor& tensor_names = context->input(1); in Compute() local
Dsave_restore_tensor.cc318 const Tensor& tensor_names, in RestoreTensorsV2()
Drestore_v2_op_test.cc63 const std::vector<string> tensor_names = { in RunTest() local
Drestore_op_test.cc63 const std::vector<string> tensor_names = { in TEST_F() local
Dremote_fused_graph_execute_utils.cc87 const std::vector<string>& tensor_names) { in ContainsSameTensorId()
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model.cc37 std::unordered_set<string>* tensor_names) { in GetTensorNamesFromTensorInfo()
128 std::vector<string> tensor_names; in GetVariableNameToTensorMap() local
/external/tensorflow/tensorflow/lite/python/
Dconvert_saved_model.py156 def get_tensors_from_tensor_names(graph, tensor_names): argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dstrip_pruning_vars_test.py49 def _get_node_names(tensor_names): argument
/external/tensorflow/tensorflow/python/ops/
Dio_ops.py42 def _save(filename, tensor_names, tensors, tensor_slices=None, name="save"): argument
/external/tensorflow/tensorflow/core/graph/
Dquantize_training.cc192 Tensor tensor_names; in ConnectVariablesToSaveOp() local
276 Node* tensor_names; in AddRestoreVariableSubgraphs() local
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors.py443 def __init__(self, tensor_names, every_n=100, first_n=1): argument