Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MayCallFunction (0.16 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.h

    // one GPU (and any number of CPUs).
    bool IsSingleGpuGraph(const Graph& g);
    
    // Returns true if it is possible (but not guaranteed) that `n` calls a
    // function.
    bool MayCallFunction(const Node& n, const FunctionLibraryDefinition* flib_def);
    
    // Returns true if `node` an operator that consumes only the shape of its input,
    // not the data itself.
    bool IsShapeConsumerOp(const Node& node);
    
    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