forked from rstudio/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
90 lines (89 loc) · 4.33 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
S3method("!",tensorflow.python.framework.ops.Tensor)
S3method("!",tensorflow.python.framework.ops.Variable)
S3method("!=",tensorflow.python.framework.ops.Tensor)
S3method("!=",tensorflow.python.framework.ops.Variable)
S3method("$",tensorflow.builtin.object)
S3method("%%",tensorflow.python.framework.ops.Tensor)
S3method("%%",tensorflow.python.framework.ops.Variable)
S3method("%/%",tensorflow.python.framework.ops.Tensor)
S3method("%/%",tensorflow.python.framework.ops.Variable)
S3method("&",tensorflow.python.framework.ops.Tensor)
S3method("&",tensorflow.python.framework.ops.Variable)
S3method("*",tensorflow.python.framework.ops.Tensor)
S3method("*",tensorflow.python.ops.variables.Variable)
S3method("+",tensorflow.python.framework.ops.Tensor)
S3method("+",tensorflow.python.framework.ops.Variable)
S3method("-",tensorflow.python.framework.ops.Tensor)
S3method("-",tensorflow.python.framework.ops.Variable)
S3method("/",tensorflow.python.framework.ops.Tensor)
S3method("/",tensorflow.python.framework.ops.Variable)
S3method("<",tensorflow.python.framework.ops.Tensor)
S3method("<",tensorflow.python.framework.ops.Variable)
S3method("<=",tensorflow.python.framework.ops.Tensor)
S3method("<=",tensorflow.python.framework.ops.Variable)
S3method("==",tensorflow.python.framework.ops.Tensor)
S3method("==",tensorflow.python.framework.ops.Variable)
S3method(">",tensorflow.python.framework.ops.Tensor)
S3method(">",tensorflow.python.framework.ops.Variable)
S3method(">=",tensorflow.python.framework.ops.Tensor)
S3method(">=",tensorflow.python.framework.ops.Variable)
S3method("[",tensorflow.python.framework.ops.Tensor)
S3method("[",tensorflow.python.ops.variables.Variable)
S3method("[[",tensorflow.builtin.object)
S3method("^",tensorflow.python.framework.ops.Tensor)
S3method("^",tensorflow.python.framework.ops.Variable)
S3method("|",tensorflow.python.framework.ops.Tensor)
S3method("|",tensorflow.python.framework.ops.Variable)
S3method(.DollarNames,tensorflow.builtin.object)
S3method(.DollarNames,tensorflow.python.platform.flags._FlagValues)
S3method(abs,tensorflow.python.framework.ops.Tensor)
S3method(abs,tensorflow.python.framework.ops.Variable)
S3method(acos,tensorflow.python.framework.ops.Tensor)
S3method(acos,tensorflow.python.framework.ops.Variable)
S3method(asin,tensorflow.python.framework.ops.Tensor)
S3method(asin,tensorflow.python.framework.ops.Variable)
S3method(atan,tensorflow.python.framework.ops.Tensor)
S3method(atan,tensorflow.python.framework.ops.Variable)
S3method(ceiling,tensorflow.python.framework.ops.Tensor)
S3method(ceiling,tensorflow.python.framework.ops.Variable)
S3method(cos,tensorflow.python.framework.ops.Tensor)
S3method(cos,tensorflow.python.framework.ops.Variable)
S3method(digamma,tensorflow.python.framework.ops.Tensor)
S3method(digamma,tensorflow.python.framework.ops.Variable)
S3method(exp,tensorflow.python.framework.ops.Tensor)
S3method(exp,tensorflow.python.framework.ops.Variable)
S3method(floor,tensorflow.python.framework.ops.Tensor)
S3method(floor,tensorflow.python.framework.ops.Variable)
S3method(lgamma,tensorflow.python.framework.ops.Tensor)
S3method(lgamma,tensorflow.python.framework.ops.Variable)
S3method(log,tensorflow.python.framework.ops.Tensor)
S3method(log,tensorflow.python.framework.ops.Variable)
S3method(print,tensorflow.builtin.object)
S3method(print,tensorflow.python.framework.ops.Tensor)
S3method(print,tensorflow.python.ops.variables.Variable)
S3method(round,tensorflow.python.framework.ops.Tensor)
S3method(round,tensorflow.python.framework.ops.Variable)
S3method(sign,tensorflow.python.framework.ops.Tensor)
S3method(sign,tensorflow.python.framework.ops.Variable)
S3method(sin,tensorflow.python.framework.ops.Tensor)
S3method(sin,tensorflow.python.framework.ops.Variable)
S3method(sqrt,tensorflow.python.framework.ops.Tensor)
S3method(sqrt,tensorflow.python.framework.ops.Variable)
S3method(str,tensorflow.builtin.module)
S3method(str,tensorflow.builtin.object)
S3method(str,tensorflow.python.framework.ops.Tensor)
S3method(str,tensorflow.python.ops.variables.Variable)
S3method(tan,tensorflow.python.framework.ops.Tensor)
S3method(tan,tensorflow.python.framework.ops.Variable)
S3method(with,tensorflow.builtin.object)
export("%as%")
export(dict)
export(import)
export(parse_flags)
export(shape)
export(tf)
importFrom(Rcpp,evalCpp)
importFrom(utils,.DollarNames)
importFrom(utils,str)
useDynLib(tensorflow)