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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_relu1.cc 109 DeleteArrayIfUsedOnce(op_0->inputs[op_0_scalar_input_index], model);
110 DeleteArrayIfUsedOnce(op_1->inputs[0], model);
111 DeleteArrayIfUsedOnce(op_1->inputs[1], model);
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.h 63 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model);
tooling_util.cc 122 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model) {
    [all...]

Completed in 61 milliseconds