Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNodesRelatedToRefVariablesInDirection (0.29 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

        const FunctionBody* fbody = lib_runtime->GetFunctionBody(handle);
        TF_RETURN_IF_ERROR(GetNodesRelatedToRefVariablesInDirection(
            *fbody->graph, lib_runtime, direction, depth + 1, &callee_ref_nodes));
    
        // We could possibly use something cheaper than
        // GetNodesRelatedToRefVariablesInDirection since we only care about the
        // size of `callee_ref_nodes` but for now we don't ceare.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top