Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc55 void UpdateVariableAndFill_Philox<GPUDevice, Distribution>::operator()( in operator ()()
87 template struct UpdateVariableAndFill_Philox< variable
89 template struct UpdateVariableAndFill_Philox< variable
91 template struct UpdateVariableAndFill_Philox< variable
Dstateful_random_ops_cpu_gpu.h78 struct UpdateVariableAndFill_Philox;
88 struct UpdateVariableAndFill_Philox<GPUDevice, Distribution> {
Dstateful_random_ops.cc26 struct UpdateVariableAndFill_Philox<CPUDevice, Distribution> { struct
91 UpdateVariableAndFill_Philox<Device, Distribution>()( in UpdateVariableAndFill()