Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc100 auto sharding_parse_result = ParseShardingFromDevice( in Compute() local
102 OP_REQUIRES_OK(context, sharding_parse_result.status()); in Compute()
104 sharding_parse_result.ValueOrDie(); in Compute()