Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeComparatorID (0.24 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.h

    // the inputs to the node that must be constant.
    extern const char* const kXlaCompileTimeConstantInputsAttr;
    
    using OrderedNodeSet = std::set<Node*, NodeComparatorID>;
    
    // Returns true if `node` has a ref tensor input that it forwards to its output.
    bool HasForwardedRefInput(const Node& node);
    
    // Creates a graph representation to enable cycle detection when clustering.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top