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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm_split_inputs.cc 164 DeleteArrayIfUnused(curr_op->inputs[LstmCellOperator::PREV_STATE_INPUT],
identify_lstm_merge_inputs.cc 42 // Identify prev_activ_input, prev_state_input as required Op inputs,
49 string prev_state_input; local
51 &prev_state_input)) {
147 lstm_cell_op->inputs[LstmCellOperator::PREV_STATE_INPUT] = prev_state_input;
hardcode_min_max.cc 222 model, {op->inputs[LstmCellOperator::PREV_STATE_INPUT],
identify_lstm.cc 319 lstm_cell_op->inputs[LstmCellOperator::PREV_STATE_INPUT] = prev_state;
quantize.cc 226 if (input_index == LstmCellOperator::PREV_STATE_INPUT) {
propagate_fixed_sizes.cc 809 model->GetArray(op->inputs[LstmCellOperator::PREV_STATE_INPUT]);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 502 PREV_STATE_INPUT = 4,
    [all...]
export_tensorflow.cc     [all...]

Completed in 455 milliseconds