Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SentencepieceTokenizeOp (0.17 sec)

  1. tensorflow/compiler/mlir/lite/transforms/analyze_variables.cc

    }
    
    // Returns true if the 'op' is one of the supported custom op that takes
    // resource type.
    bool IsSupportedTFCustomOp(Operation* op) {
      return op->getName().getStringRef().str() == "tf.SentencepieceTokenizeOp";
    }
    
    class AnalyzeVariablesPass
        : public impl::AnalyzeVariablesPassBase<AnalyzeVariablesPass> {
     public:
      explicit AnalyzeVariablesPass() {}
      void runOnOperation() override;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top