Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrepareXlaCompilerArgs (0.27 sec)

  1. tensorflow/compiler/jit/get_compiler_ir.cc

        return absl::InternalError(
            "GetCompilerIr with requested stage is not supported on this device.");
      }
      return absl::OkStatus();
    }
    
    absl::StatusOr<std::vector<XlaCompiler::Argument>> PrepareXlaCompilerArgs(
        FunctionLibraryRuntime* flr, const NameAttrList& function,
        EagerContext* context, Device* dev,
        absl::Span<const ArgShapeAndDType> input_arg_shape_and_dtype,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top