com
.
intel
.
analytics
.
bigdl
.
utils
.
tf
.
loaders
TensorflowOpsLoader
Related Doc:
package loaders
abstract
class
TensorflowOpsLoader
extends
AnyRef
Linear Supertypes
AnyRef
,
scala.Any
Known Subclasses
Abs
,
Add
,
AddN
,
All
,
Any
,
ApproximateEqual
,
ArgMax
,
Assert
,
AvgPool
,
AvgPoolGrad
,
BatchMatMul
,
BiasAdd
,
BiasAddGrad
,
BiasAddV1
,
BroadcastGradientArgs
,
Cast
,
Ceil
,
ConcatV2
,
Const
,
Conv2D
,
Conv2DBackpropFilter
,
Conv2DBackpropInput
,
Conv3D
,
Conv3DBackpropFilter
,
Conv3DBackpropFilterV2
,
Conv3DBackpropInput
,
Conv3DBackpropInputV2
,
DecodeBmp
,
DecodeGif
,
DecodeJpeg
,
DecodePng
,
DecodeRaw
,
DependencyNode
,
DepthwiseConv2dNative
,
DepthwiseConv2dNativeBackpropFilter
,
DepthwiseConv2dNativeBackpropInput
,
Digamma
,
Dilation2D
,
Dilation2DBackpropFilter
,
Dilation2DBackpropInput
,
Div
,
Elu
,
EluGrad
,
Equal
,
Erf
,
Erfc
,
Exp
,
ExpandDims
,
Expm1
,
Fill
,
Floor
,
FloorDiv
,
FloorMod
,
FusedBatchNorm
,
FusedBatchNormGrad
,
FusedBatchNormGradV2
,
FusedBatchNormV2
,
Gather
,
Greater
,
GreaterEqual
,
Identity
,
InTopK
,
Inv
,
InvGrad
,
IsFinite
,
IsInf
,
IsNan
,
L2Loss
,
LRN
,
LRNGrad
,
Less
,
LessEqual
,
Lgamma
,
Log
,
Log1p
,
LogSoftmax
,
LogicalAnd
,
LogicalNot
,
LogicalOr
,
MatMul
,
Max
,
MaxPool
,
MaxPoolGrad
,
Maximum
,
Mean
,
Minimum
,
Mod
,
Mul
,
Neg
,
NotEqual
,
OneHot
,
Pack
,
Pad
,
ParseExample
,
ParseSingleExample
,
Placeholder
,
Pow
,
Prod
,
QueueDequeueManyV2
,
QueueDequeueV2
,
QueueEnqueueManyV2
,
QueueEnqueueV2
,
RandomShuffle
,
RandomUniform
,
Range
,
Rank
,
ReaderReadV2
,
RealDiv
,
Reciprocal
,
ReciprocalGrad
,
Relu
,
Relu6
,
Relu6Grad
,
ReluGrad
,
Reshape
,
ResizeBilinear
,
ResizeBilinearGrad
,
Rint
,
Round
,
Rsqrt
,
RsqrtGrad
,
SegmentSum
,
Select
,
Shape
,
Sigmoid
,
SigmoidGrad
,
Sign
,
Slice
,
Softmax
,
SoftmaxCrossEntropyWithLogits
,
Softplus
,
SoftplusGrad
,
Softsign
,
SoftsignGrad
,
Split
,
Sqrt
,
SqrtGrad
,
Square
,
SquaredDifference
,
Squeeze
,
StridedSlice
,
Sub
,
Substr
,
Sum
,
Tanh
,
TanhGrad
,
TensorArrayGatherV3
,
Tile
,
TopK
,
TopKV2
,
Transpose
,
TruncateDiv
,
TruncateMod
,
Unpack
,
VariableV2
Ordering
Alphabetic
By Inheritance
Inherited
TensorflowOpsLoader
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
TensorflowOpsLoader
()
Abstract Value Members
abstract
def
build
[
T
]
(
nodeDef:
NodeDef
,
byteOrder:
ByteOrder
,
context:
Context
[
T
]
)
(
implicit
arg0:
ClassTag
[
T
]
,
ev:
TensorNumeric
[
T
]
)
:
Module
[
T
]
Concrete Value Members
final
def
!=
(
arg0:
scala.Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
scala.Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
scala.Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
scala.Any
Ungrouped