HomeSort by relevance Sort by last modified time
    Searched defs:L2Pool (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 344 class L2Pool : public BuiltinOperator<L2PoolOperator, ::tflite::Pool2DOptions,
798 new L2Pool(::tflite::BuiltinOperator_L2_POOL_2D, OperatorType::kL2Pool));
    [all...]
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 511 def L2Pool(self, input, padding, stride_width, stride_height, filter_width, filter_height, activation):

Completed in 68 milliseconds