Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kXlaIsPlaceholderForArg (0.25 sec)

  1. tensorflow/compiler/jit/encapsulate_util.h

    // outside compilation. We should not move this node out of XLA computation.
    // Attribute value will always be boolean value "true".
    extern const char kXlaIsPlaceholderForArg[];
    
    // Information for XLA computation.
    struct XlaClusterInfo {
      // Add an explicitly-defined default constructor for this class.
      //
      // The compiler may delete the default constructor here because
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_util.cc

    const char kXlaIsLiftedArgAttrName[] = "_xla_is_lifted_arg";
    const char kXlaLiftedArgOutsideCompilationAttrName[] = "_xla_lifted_arg_oc";
    const char kXlaOutsideCompilationInputsAttrName[] = "_xla_oc_inputs";
    const char kXlaIsPlaceholderForArg[] = "_xla_is_placeholder_for_arg";
    
    Status PerformStaticShapeInferenceBeforeEncapsulation(Graph* g) {
      // Perform shape inference.
      std::map<int, InferredShape> arg_shapes;
      GraphShapeInfo shape_info;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top