Home
last modified time | relevance | path

Searched defs:memory_limit_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization.cc515 int64_t memory_limit_bytes) { in RematerializationCost()
1333 int64_t memory_limit_bytes) { in RematerializationCost()
1387 const InstructionList& instruction_list, int64_t memory_limit_bytes, in PickRematerializationCandidates()
1796 InstructionList* instruction_list, int64_t memory_limit_bytes, in RematerializeBestBlock()
1895 int64_t memory_limit_bytes, int64_t min_remat_size, in RematerializeComputation()
H A Dhlo_rematerialization_test.cc43 StatusOr<bool> RunHloRematerialization(int64_t memory_limit_bytes, in RunHloRematerialization()
603 StatusOr<bool> RunHloRematerialization(int64_t memory_limit_bytes, in RunHloRematerialization()
H A Dhlo_rematerialization.h132 int64_t memory_limit_bytes, in RematerializeComputation()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dsession.py603 def __init__(self, name, device_type, memory_limit_bytes, incarnation): argument
618 def memory_limit_bytes(self): member in _DeviceAttributes
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_factory.cc191 std::vector<int64_t> memory_limit_bytes; in CreateDevices() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc2767 size_t memory_limit_bytes) { in GetCudnnConvolutionForwardAlgo()
2808 size_t memory_limit_bytes) { in GetCudnnConvolutionBackwardDataAlgo()
2851 size_t memory_limit_bytes) { in GetCudnnConvolutionBackwardFilterAlgo()
3074 auto memory_limit_bytes = in GetCudnnConvolutionForwardAlgorithm() local
3136 auto memory_limit_bytes = in GetCudnnConvolutionBackwardDataAlgorithm() local
3197 auto memory_limit_bytes = in GetCudnnConvolutionBackwardFilterAlgorithm() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc1456 int64_t memory_limit_bytes; in CreateDevices() member