Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createMaxUnpoolingFunc (0.44 sec)

  1. tensorflow/compiler/mlir/lite/utils/perception_ops_utils_test.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace mlir {
    namespace TFL {
    namespace {
    
    template <int NInput, int NOutput>
    func::FuncOp createMaxUnpoolingFunc(
        mlir::Builder* builder, const SmallVector<mlir::Type, NInput>& input_types,
        const SmallVector<mlir::Type, NOutput>& output_types) {
      auto func_type = builder->getFunctionType(input_types, output_types);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Sep 29 21:02:21 UTC 2022
    - 7.4K bytes
    - Viewed (0)
Back to top