Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dpartition_assignment.h39 LaunchDimensions() : block_count_(1), threads_per_block_(1) {} in LaunchDimensions() function
41 LaunchDimensions(int64 block_count, int64 threads_per_block) in LaunchDimensions() function