Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetInitializerType (0.21 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/merge_initializer_function_ops_to_main.cc

      os << type;
      return type_name;
    }
    
    // Retrieves the value of `tf_saved_model.initializer_type` attribute from the
    // initializer function. Assumes that there exists such an attribute.
    std::string GetInitializerType(func::FuncOp init_func_op) {
      return init_func_op
          ->getAttrOfType<StringAttr>(kTfSavedModelInitializerTypeAttr)
          .str();
    }
    
    // An initializer function should satisfy the follwing conditions:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:54:52 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top