Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FindFilePrefixTensorName (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export.cc

    // ["__tf_file_prefix"]`.
    //
    // See `MergeSaveFunctionOpsToMainPass` for details how the file prefix tensor
    // ends up at the MLIR @main function's argument.
    std::string FindFilePrefixTensorName(const GraphDef& graph_def) {
      for (const NodeDef& node_def : graph_def.node()) {
        if (node_def.op() == FunctionLibraryDefinition::kArgOp) {
          // Matches the `tf_saved_model.index_path = ["__tf_file_prefix"]`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top