Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kOutsideCompilationOriginalNodeAttrName (0.26 sec)

  1. tensorflow/compiler/jit/encapsulate_util.cc

          placeholder_builder.Attr(outside_compilation_attr_name,
                                   outside_compilation_attr);
          placeholder_builder.Attr(kOutsideCompilationOriginalNodeAttrName,
                                   src->name());
          placeholder_builder.Attr(kOutsideCompilationSrcOutputAttrName,
                                   src_output);
          NodeDef placeholder_def;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_util.h

    // Attribute indicating that this is an Placeholder node added to act as a
    // temporary input node for an outside compilation node. Attribute value will be
    // string (original input node name).
    extern const char kOutsideCompilationOriginalNodeAttrName[];
    
    // Attribute indicating that this is an Placeholder node added to act as a
    // temporary input node for an outside compilation node. Attribute value will be
    // int (src_output for original edge).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top