Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SizeOfGeneratedCodeInBytes (0.23 sec)

  1. tensorflow/compiler/jit/device_compilation_cache.h

        return executable->executable()->SizeOfGeneratedCodeInBytes();
      }
    
      return 0;
    }
    
    template <>
    inline int64_t ExecutableSize<xla::PjRtLoadedExecutable>(
        const xla::PjRtLoadedExecutable* executable) {
      if (executable != nullptr) {
        return executable->SizeOfGeneratedCodeInBytes();
      }
    
      return 0;
    }
    }  // namespace device_compilation_cache_internal
    
    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