Home
last modified time | relevance | path

Searched defs:Tout (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py74 def __init__(self, func, Tout, is_grad_func, use_tape_cache=True): argument
281 Tout, argument
379 def _eager_py_func(func, inp, Tout, name=None, use_tape_cache=True): argument
433 def eager_py_func(func, inp, Tout, name=None): argument
516 def py_func_common(func, inp, Tout, stateful=True, name=None): argument
635 def py_func(func, inp, Tout, stateful=True, name=None): argument
644 def numpy_function(func, inp, Tout, name=None): argument
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h82 typedef typename Functor::out_type Tout; // Output scalar data type. typedef
261 typedef typename Functor::out_type Tout; // Output scalar data type. typedef
292 typedef typename Functor::out_type Tout; // Output scalar data type. typedef
Dunique_op.cc169 auto Tout = output->flat<T>(); in Compute() local
221 auto Tout = output->shaped<T, 3>(new_sizes); in Compute() local
Dlistdiff_op.cc72 auto Tout = out->vec<T>(); in Compute() local
Dgather_nd_op_cpu_impl.h47 typename TTypes<T>::Matrix Tout, std::atomic<Index>* error_loc) in GatherNdSliceGenerator()
Dargmax_op.cc165 #define DECLARE_GPU_SPEC(T, Tout, Dims) \ argument
Ddynamic_partition_op.cc44 OpOutputList* Tout) { in ValidateAndAllocateOutputs()
Dtranspose_op.cc61 auto Tout = output->vec<T>(); in Compute() local
Disotonic_regression_op.cc207 #define REGISTER_CPU_KERNEL(Tin, Tout) \ argument
Ddynamic_partition_op_gpu.cu.cc220 OpOutputList* Tout, DoneCallback done) { in AllocateOutputs()