Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for executableFile (0.11 sec)

  1. tensorflow/compiler/jit/device_compilation_cache.h

    #include "tensorflow/core/platform/mutex.h"
    
    namespace tensorflow {
    namespace device_compilation_cache_internal {
    template <typename ExecutableType>
    int64_t ExecutableSize(const ExecutableType* executable) {
      return 0;
    }
    
    template <>
    inline int64_t ExecutableSize<xla::LocalExecutable>(
        const xla::LocalExecutable* executable) {
      if (executable != nullptr && executable->executable() != nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 12 08:49:52 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top