Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops_v2.cc91 auto counter_shape = in GetKeyCounter() local
185 TensorShape const& counter_shape, in MaybeSliceCounter()
217 auto counter_shape = ctx->InputShape(counter_input_idx); in Compile() local
270 auto counter_shape = ctx->InputShape(counter_input_idx); in Compile() local
331 auto counter_shape = ctx->InputShape(counter_input_idx); in Compile() local
377 auto counter_shape = ctx->InputShape(counter_input_idx); in Compile() local
431 auto counter_shape = ctx->InputShape(counter_input_idx); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops_v2.h26 TensorShape const& counter_shape) { in CheckKeyCounterShape()