Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ADD_SOURCE_LOCATION (0.12 sec)

  1. tensorflow/compiler/jit/tf_graph_to_hlo_compiler.cc

      return ADD_SOURCE_LOCATION(
          xla_compiler_.CompileFunction(options, function, args, result));
    }
    
    Status TfGraphToHloCompiler::CompileSingleOp(
        const XlaCompiler::CompileOptions& options, const OpKernelContext* ctx,
        absl::Span<const XlaArgument> args, XlaCompilationResult* result) {
      return ADD_SOURCE_LOCATION(xla_compiler_.CompileSingleOp(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 09 00:37:01 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top