Searched refs:input_key (Results 1 - 10 of 10) sorted by relevance

/external/toybox/toys/pending/
H A Dmore.c47 int input_key; local
58 input_key = tolower(getc(cin));
60 if (strchr(" \nrq", input_key)) {
62 return input_key;
76 int ch, input_key = 0, show_prompt; local
116 if (input_key != 'r' && show_prompt) {
118 input_key = prompt(cin, "--More--(%d%% of %lld bytes)",
122 input_key = prompt(cin, "--More--");
123 if (input_key == 'q') goto stop;
136 if (++row >= rows || input_key
[all...]
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
H A Dsaved_model_utils.py43 input_key: graph.as_graph_element(input_value.name)
44 for input_key, input_value in signature.inputs.items()
/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli.py138 for input_key, input_tensor in sorted(inputs_tensor_info.items()):
139 print('inputs[\'%s\'] tensor_info:' % input_key)
338 '<input_key>=<filename>' or
339 '<input_key>=<filename>[<variable_name>]'
364 '"<input_key>=<filename>", or'
365 '"<input_key>=<filename>[<variable_name>]"' % input_raw)
373 Parses input string in the format of 'input_key=<python expression>' into a
374 dictionary that maps each input_key to its python expression.
379 'input_key=<python expression>'
392 '"<input_key>
[all...]
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dsequence_queueing_state_saver_test.py81 input_key=key,
181 input_key=key,
216 input_key=key,
266 input_key=key,
303 input_key=key,
358 input_key=key,
512 input_key=key,
584 input_key=key,
652 input_key=key,
H A Dsequence_queueing_state_saver.py627 inputs `input_length`, `input_key`, `input_sequences` (a dict),
687 length=length, input_key=key, input_sequences=sequences,
732 input_key,
754 input_key: A string scalar `Tensor`, the **unique** key for the given
757 accessible via the `key` property. The shape of `input_key` (scalar)
801 input_key = array_ops.identity(input_key)
835 op_vars = ([input_length, input_key] + list(input_sequences.values()) +
838 inputs = _SequenceInputWrapper(input_length, input_key, input_sequences,
1267 def batch_sequences_with_states(input_key,
[all...]
H A Dbatch_sequences_with_states_test.py113 input_key=key if key is not None else self.key,
344 input_key=self.key,
/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dbundle_shim.cc246 const string& input_key, SignatureDef* signature_def) {
269 (*signature_def->mutable_inputs())[input_key] = tensor_info;
243 AddInputToSignatureDef( const string& tensor_name, const std::unordered_map<string, DataType>& tensor_name_to_dtype, const string& input_key, SignatureDef* signature_def) argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
H A Dsaved_model_export_utils.py253 signature_def_map = {('%s:%s' % (input_key, output_key or 'None')):
256 for input_key, inputs in input_alternatives.items()
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A Dstate_saving_rnn_estimator.py286 input_key='key',
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc931 const string& input_key = it->second; local
933 s = Rendezvous::ParseKey(input_key, &parsed);

Completed in 408 milliseconds