Searched defs:Tout (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | script_ops.py | 74 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/ |
D | cwise_ops_common.h | 82 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
|
D | unique_op.cc | 169 auto Tout = output->flat<T>(); in Compute() local 221 auto Tout = output->shaped<T, 3>(new_sizes); in Compute() local
|
D | listdiff_op.cc | 72 auto Tout = out->vec<T>(); in Compute() local
|
D | gather_nd_op_cpu_impl.h | 47 typename TTypes<T>::Matrix Tout, std::atomic<Index>* error_loc) in GatherNdSliceGenerator()
|
D | argmax_op.cc | 165 #define DECLARE_GPU_SPEC(T, Tout, Dims) \ argument
|
D | dynamic_partition_op.cc | 44 OpOutputList* Tout) { in ValidateAndAllocateOutputs()
|
D | transpose_op.cc | 61 auto Tout = output->vec<T>(); in Compute() local
|
D | isotonic_regression_op.cc | 207 #define REGISTER_CPU_KERNEL(Tin, Tout) \ argument
|
D | dynamic_partition_op_gpu.cu.cc | 220 OpOutputList* Tout, DoneCallback done) { in AllocateOutputs()
|