Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComputeIncompatibleResourceOperationPairs (0.74 sec)

  1. tensorflow/compiler/jit/resource_operation_safety_analysis.h

    //
    // If `resource_ops_to_ignore` is set then nodes for which it returns true are
    // ignored (we pretend these nodes are not resource operations).
    Status ComputeIncompatibleResourceOperationPairs(
        const Graph& g, const FunctionLibraryDefinition* flib_def,
        const std::function<Status(const Node&, bool*)>& resource_ops_to_ignore,
        std::vector<std::pair<int, int>>* result);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top