Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PerceptionUtilsTest (0.13 sec)

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

      DictionaryAttr dict = DictionaryAttr::get(context, fields);
      return TF::FuncAttr::get(context, "MaxUnpooling2D", dict);
    }
    
    }  // namespace
    
    class PerceptionUtilsTest : public ::testing::Test {
     protected:
      PerceptionUtilsTest() {}
    
      void SetUp() override {
        context_ = std::make_unique<mlir::MLIRContext>();
        context_->loadDialect<mlir::arith::ArithDialect, mlir::func::FuncDialect,
    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