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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm_split_inputs.cc 60 int num_input = model->GetArray(curr_op->inputs[LstmCellOperator::DATA_INPUT])
identify_lstm_merge_inputs.cc 142 lstm_cell_op->inputs[LstmCellOperator::DATA_INPUT] =
hardcode_min_max.cc 226 model->GetArray(op->inputs[LstmCellOperator::DATA_INPUT]);
identify_lstm.cc 312 lstm_cell_op->inputs[LstmCellOperator::DATA_INPUT] = concat_inputs->inputs[0];
quantize.cc 195 activations_input_index = LstmCellOperator::DATA_INPUT;
propagate_fixed_sizes.cc 773 model->GetArray(op->inputs[LstmCellOperator::DATA_INPUT]);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 498 DATA_INPUT = 0,
    [all...]
export_tensorflow.cc     [all...]

Completed in 414 milliseconds