Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

    static const char* const kRetValOp = "_Retval";
    
    class Encapsulator {
     public:
      Encapsulator(string group_attribute, Graph const* graph_in)
          : group_attribute_(std::move(group_attribute)), graph_in_(graph_in) {}
    
      // Find subgraphs marked with 'group_attribute', and build a new
      // subgraph, one for each value of 'group_attribute'.
      Status SplitIntoSubgraphs(FunctionLibraryDefinition* library);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top