Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbetainc_op.h28 struct Betainc { struct
29 void operator()(const Device& d, typename TTypes<T, NDIM>::ConstTensor a, in operator()
36 void BCast(const Device& d, typename TTypes<T, NDIM>::ConstTensor a, in BCast()
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go3097 func Betainc(scope *Scope, a tf.Output, b tf.Output, x tf.Output) (z tf.Output) { func