Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/aot/compile.cc

      }
      compile_result->aot =
          xla::unique_ptr_down_cast<xla::cpu::CpuAotCompilationResult>(
              std::move(aot_or.value().back()));
      compile_result->entry_point = aot_opts.entry_point_name();
      compile_result->pointer_size =
          xla::CompileOnlyClient::PointerSizeForTriple(aot_opts.triple());
      return absl::OkStatus();
    }
    
    }  // namespace
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 08:28:57 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/ConsumerOperationParameters.java

            Map<String, String> systemProperties, FailsafeStreamedValueListener streamedValueListener
        ) {
            this.entryPointName = entryPointName;
            this.parameters = parameters;
            this.stdout = stdout;
            this.stderr = stderr;
            this.colorOutput = colorOutput;
            this.stdin = stdin;
            this.javaHome = javaHome;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 19 19:46:37 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top