Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTensorFlowOpName (0.29 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/export_utils.h

    Status AddTensorFlowOpPrefix(std::string);
    
    // Maps an MLIR op name in the TensorFlow dialect or the TensorFlow control
    // dialect back into a TensorFlow valid op name.
    absl::StatusOr<llvm::StringRef> GetTensorFlowOpName(llvm::StringRef);
    
    // Converts an MLIR operation to TensorFlow NodeDef with given node name. This
    // name should be unique to the graph it is being inserted into.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top