Home
last modified time | relevance | path

Searched refs:ceil_of_ratio (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/lib/
Dmathutil.h85 const IntegralType ceil_of_ratio = rounded_toward_zero + adjustment; in CeilOrFloorOfRatio() local
86 return ceil_of_ratio; in CeilOrFloorOfRatio()
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util.h121 const IntegralType ceil_of_ratio = rounded_toward_zero + adjustment; in CeilOrFloorOfRatio() local
122 return ceil_of_ratio; in CeilOrFloorOfRatio()
/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py439 def ceil_of_ratio(n, m): function
468 remaining_replicas = ceil_of_ratio(remaining_replicas, replica_shape[i])
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc4029 auto ceil_of_ratio = [&](llvm::Value* a, llvm::Value* b) { in EmitTile() local
4057 ceil_of_ratio(b_.CreateSub(tile_height, thread_id_info.thread_id_y), in EmitTile()