Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_configuration_ops.h39 class ConfigureDistributedTpuOp : public OpKernel {
41 explicit ConfigureDistributedTpuOp(OpKernelConstruction* ctx) in ConfigureDistributedTpuOp() function
48 ~ConfigureDistributedTpuOp() override {} in ~ConfigureDistributedTpuOp()
52 ConfigureDistributedTpuOp(const ConfigureDistributedTpuOp&) = delete;
53 ConfigureDistributedTpuOp& operator=(const ConfigureDistributedTpuOp&) =
Dtpu_configuration_ops.cc110 void ConfigureDistributedTpuOp::Compute(OpKernelContext* ctx) { in Compute()
410 ConfigureDistributedTpuOp);