Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/cc/framework/cc_op_gen_util.h

    void InferOpAttributes(
        const OpDef& op_def,
        std::unordered_map<string, string>* inferred_input_attrs);
    
    bool ArgIsList(const OpDef::ArgDef& arg);
    
    bool HasOptionalAttrs(
        const ApiDef& api_def,
        const std::unordered_map<string, string>& inferred_input_attrs);
    
    struct OpInfo {
      // graph_op_def: The OpDef used by the runtime, has the names that
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top