Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/encapsulate_util.cc

    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;
      TF_RETURN_IF_ERROR(
    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