Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for function_name_pattern (0.19 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/tac_filter.proto

        // priority than `SKIP_TARGET_ANNOTATION`.
        INCLUDE_TARGET_ANNOTATION = 1;
      }
      // This name corresponds to the TFLite subgraph name in the flatbuffer.
      // `function_name_pattern` supports regex matching.
      string function_name_pattern = 1;
      FunctionFilterType filter_type = 2;
    }
    
    // Op filter is to filter out ops that user wants to run. Ops with this filter
    // run on TFLite CPU.
    message OpFilter {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 19:32:06 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/transforms/tac_filter.cc

        google::protobuf::TextFormat::ParseFromString(R"(
          tac_filters {
            function_filter {
              function_name_pattern: "^testFunction"
            }
          }
          tac_filters {
            function_filter {
              function_name_pattern: "testFunctionInclude"
              filter_type: INCLUDE_TARGET_ANNOTATION
            }
          }
          tac_filters {
            op_filter {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top