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

  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 58 kMaxPool,
666 MaxPoolOperator() : Operator(OperatorType::kMaxPool) {}
    [all...]
tooling_util.cc     [all...]
export_tensorflow.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
hardcode_min_max.cc 300 case OperatorType::kMaxPool:
quantize.cc 43 type == OperatorType::kAveragePool || type == OperatorType::kMaxPool ||
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc 224 GetOperator("MAX_POOL_2D", OperatorType::kMaxPool), op);
operator.cc 803 OperatorType::kMaxPool));
    [all...]

Completed in 5418 milliseconds