Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dinfeed_op.cc144 xla::XlaScopedShardingAssignment clear_sharding(b, absl::nullopt); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1413 void clear_sharding() { sharding_ = nullptr; } in clear_sharding() function