tensorflow::
  #include <user_ops.h>
  Output a fact about factorials.
Summary
Arguments:
- scope: A Scope object
Returns:
- Output: The fact tensor.
| Constructors and Destructors | |
|---|---|
| Fact(const ::tensorflow::Scope & scope) | 
| Public attributes | |
|---|---|
| fact | |
| operation | |
| Public functions | |
|---|---|
| node() const  | ::tensorflow::Node * | 
| operator::tensorflow::Input() const  | 
         | 
| operator::tensorflow::Output() const  | 
         | 
Public attributes
fact
::tensorflow::Output fact
operation
Operation operation
Public functions
Fact
Fact( const ::tensorflow::Scope & scope )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const