Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddGraphDefToFunctionLibrary (0.17 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

    #include "tensorflow/core/util/equal_graph_def.h"
    
    namespace tensorflow {
    namespace {
    
    const char* const kXlaHostTransferSequencerAttr =
        "_xla_host_transfer_sequencer";
    
    Status AddGraphDefToFunctionLibrary(const GraphDefBuilder& graphdef_builder,
                                        const string& name_suffix,
                                        FunctionDefLibrary* library) {
      GraphDef graphdef;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top