Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ types & classes
Types & classes
21,266 in github.com/DeepRec-AI/DeepRec
⨍
Functions
117,897
◇
Types & classes
21,266
↳
Endpoints
580
↓ 6,984 callers
Class
TensorShape
tensorflow/core/framework/tensor_shape.h:36
↓ 1,687 callers
Class
Name
tensorflow/core/framework/op_kernel.h:1452
↓ 724 callers
Class
NodeDefBuilder
tensorflow/core/framework/node_def_builder.h:34
↓ 707 callers
Class
Add
tensorflow/compiler/xla/python/bfloat16.cc:864
↓ 650 callers
Class
TensorValue
Holds a tensor or tensor reference. For tensor references, we need a mutex to prevent concurrent access to the tensor.
tensorflow/core/framework/op_kernel.h:538
↓ 594 callers
Class
Builder
tensorflow/compiler/xla/service/hlo_computation.h:68
↓ 566 callers
Class
Equal
tensorflow/compiler/xla/shape.h:172
↓ 493 callers
Class
Identity
tensorflow/core/grappler/graph_analyzer/subgraph.h:36
↓ 458 callers
Class
a
tensorflow/tools/docs/parser_test.py:787
↓ 377 callers
Class
NodeBuilder
This is a helper for creating a Node and adding it to a Graph. Internally, it uses a NodeDefBuilder to automatically set attrs that can be inferred fr
tensorflow/core/graph/node_builder.h:42
↓ 350 callers
Class
PartialTensorShape
tensorflow/core/framework/tensor_shape.h:38
↓ 323 callers
Class
Flag
A description of a single command line flag, holding its name, type, usage text, and a pointer to the corresponding variable.
tensorflow/core/util/command_line_flags.h:63
↓ 291 callers
Class
NodeOut
Represents the output of 'node' at 'index'.
tensorflow/core/graph/gradients.h:26
↓ 288 callers
Class
ErrorSpec
tensorflow/compiler/xla/tests/exhaustive_op_test_utils.h:34
↓ 247 callers
Class
Status
@ingroup core Denotes success or failure of a call in Tensorflow.
tensorflow/core/lib/core/status.h:38
↓ 237 callers
Class
Eq
tensorflow/compiler/xla/python/bfloat16.cc:1225
↓ 230 callers
Class
abs
tensorflow/core/kernels/cwise_ops.h:773
↓ 224 callers
Class
Output
tensorflow/cc/framework/ops.h:31
↓ 217 callers
Class
Shape
A shape describes the number of dimensions in a array, the bounds of each dimension, and the primitive component type. For tuples, shape describes the
tensorflow/compiler/xla/shape.h:35
↓ 216 callers
Class
Initializer
Initializer base class: all initializers inherit from this class.
tensorflow/python/ops/init_ops.py:55
↓ 208 callers
Class
Compatible
tensorflow/contrib/eager/python/network_test.py:403
↓ 202 callers
Enum
Status
tensorflow/stream_executor/event.h:42
↓ 200 callers
Class
Initializer
tensorflow/cc/framework/ops.h:105
↓ 187 callers
Class
AttrSlice
tensorflow/core/framework/node_def_util.h:38
↓ 187 callers
Class
sqrt
tensorflow/core/kernels/cwise_ops.h:786
↓ 179 callers
Class
Variable
See the [Variables Guide](https://tensorflow.org/guide/variables). A variable maintains state in the graph across calls to `run()`. You add a var
tensorflow/python/ops/variables.py:468
↓ 177 callers
Class
Shape
Shape rank and dimensions are accessed through InferenceContext.
tensorflow/core/framework/shape_inference.h:83
↓ 163 callers
Class
OpTestBuilder
An OpTestBuilder is a graph builder class that takes as input an operator to test, its inputs and attributes, and builds a graph that executes the ope
tensorflow/compiler/tests/randomized_tests.cc:96
↓ 161 callers
Class
OpDefBuilder
Builder class passed to the REGISTER_OP() macro.
tensorflow/core/framework/op_def_builder.h:53
↓ 158 callers
Class
half
tensorflow/lite/delegates/gpu/common/types.h:33
↓ 153 callers
Class
Builder
tensorflow/core/util/tensor_slice_writer.h:46
↓ 152 callers
Class
Values
Key formats for accepting/returning values.
tensorflow/contrib/timeseries/python/timeseries/feature_keys.py:40
↓ 125 callers
Class
add
tensorflow/core/kernels/cwise_ops.h:938
↓ 120 callers
Class
Shard
tensorflow/core/kernels/record_yielder.h:152
↓ 118 callers
Class
log
tensorflow/core/kernels/cwise_ops.h:798
↓ 114 callers
Class
Tensor
tensorflow/core/framework/tensor.h:43
↓ 110 callers
Class
ResultSummary
tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_test.py:57
↓ 101 callers
Class
AllocatorAttributes
A tensorflow Op may need access to different kinds of memory that are not simply a function of the device to which the Op has been assigned. For exam
tensorflow/core/framework/allocator.h:304
↓ 96 callers
Class
Multiply
tensorflow/compiler/xla/python/bfloat16.cc:870
↓ 95 callers
Class
_LazyBuilder
Handles caching of transformations while building the model. `_FeatureColumn` specifies how to digest an input column to the network. Some featur
tensorflow/python/feature_column/feature_column.py:2151
↓ 94 callers
Class
half
tensorflow/stream_executor/dnn.h:48
↓ 93 callers
Class
Tensor
tensorflow/core/kernels/gather_nd_op.h:32
↓ 91 callers
Class
Attrs
A helper class to make AttrSlice from initializer lists
tensorflow/core/framework/function_test.cc:34
↓ 90 callers
Class
TensorId
Identifier for a tensor within a step. first == operation_name, second == output_index Note: does not own backing storage for name.
tensorflow/core/graph/tensor_id.h:33
↓ 89 callers
Class
Benchmark
tensorflow/core/platform/test_benchmark.h:82
↓ 89 callers
Class
DeviceType
A DeviceType is just a string, but we wrap it up in a class to give some type checking as we're passing these around
tensorflow/core/framework/types.h:54
↓ 86 callers
Class
Flag
A description of a single command line flag, holding its name, type, usage text, and a pointer to the corresponding variable.
tensorflow/lite/tools/command_line_flags.h:65
↓ 82 callers
Class
floor
tensorflow/core/kernels/cwise_ops.h:891
↓ 81 callers
Class
Exp
tensorflow/compiler/xla/python/bfloat16.cc:978
↓ 78 callers
Class
QN
Represents a qualified name.
tensorflow/python/autograph/pyct/qual_names.py:65
↓ 75 callers
Class
DatasetContext
Represents runtime information needed to construct a dataset.
tensorflow/core/framework/dataset.h:613
↓ 74 callers
Class
Slice
tensorflow/compiler/xla/service/buffer_assignment.h:165
↓ 74 callers
Class
UnaryOp
tensorflow/core/framework/numeric_op.h:30
↓ 72 callers
Class
Scanner
Scanner provides simplified string parsing, in which a string is parsed as a series of scanning calls (e.g. One, Any, Many, OneLiteral, Eos), and then
tensorflow/core/lib/strings/scanner.h:35
↓ 71 callers
Class
base
tensorflow/core/kernels/cwise_ops.h:704
↓ 71 callers
Class
isnan
tensorflow/core/kernels/cwise_ops.h:885
↓ 69 callers
Class
ResultSummary
tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_v2_test.py:173
↓ 69 callers
Class
hash
tensorflow/core/lib/hash/hash.h:134
↓ 65 callers
Class
BinaryOp
tensorflow/core/framework/numeric_op.h:40
↓ 65 callers
Class
FrameAndIter
For the purpose of control flow, every tensor produced by TensorFlow is conceptually tagged by a 'FrameAndIter'. FrameAndIter consists of a 'frame_id'
tensorflow/core/framework/control_flow.h:32
↓ 64 callers
Class
Sqrt
tensorflow/compiler/xla/python/bfloat16.cc:1124
↓ 63 callers
Class
pow
tensorflow/core/kernels/cwise_ops.h:1001
↓ 62 callers
Class
ceil
tensorflow/core/kernels/cwise_ops.h:897
↓ 61 callers
Class
TRT_TensorOrWeights
Represents a TRT-style input to a TF node, it can be either a nvinfer1::ITensor, or TRT_ShapedWeights which is compile-time constant. TODO(laigd): ma
tensorflow/compiler/tf2tensorrt/convert/convert_nodes.h:264
↓ 59 callers
Class
ThreadOptions
tensorflow/core/platform/env.h:43
↓ 58 callers
Class
AlgebraicSimplifier
A pass which performs algebraic simplifications.
tensorflow/compiler/xla/service/algebraic_simplifier.h:134
↓ 58 callers
Class
exp
tensorflow/core/kernels/cwise_ops.h:792
↓ 57 callers
Class
sigmoid
tensorflow/core/kernels/cwise_ops.h:837
↓ 56 callers
Class
InputSpec
Specifies the ndim, dtype and shape of every input to a layer. Every layer should expose (if appropriate) an `input_spec` attribute: a list of in
tensorflow/python/keras/engine/input_spec.py:34
↓ 56 callers
Class
Interpreter
Interpreter interface for TensorFlow Lite Models. This makes the TensorFlow Lite interpreter accessible in Python. It is possible to use this int
tensorflow/lite/python/interpreter.py:173
↓ 56 callers
Class
NA
Non-assignable values should work.
tensorflow/core/lib/gtl/flatmap_test.cc:465
↓ 56 callers
Class
ShapeLayout
A ShapeLayout object encapsulates the layout of a particular shape (including tuples). This differs from the Layout proto which describes the layout o
tensorflow/compiler/xla/shape_layout.h:34
↓ 55 callers
Class
LiteralSlice
tensorflow/compiler/xla/literal.h:54
↓ 55 callers
Class
RetryConfig
Default time before reporting failure: ~100 seconds.
tensorflow/core/platform/cloud/retrying_utils.h:25
↓ 55 callers
Class
c
tensorflow/tools/docs/parser_test.py:791
↓ 54 callers
Class
Gt
tensorflow/compiler/xla/python/bfloat16.cc:1234
↓ 54 callers
Class
MetricSpec
MetricSpec connects a model to metric functions. THIS CLASS IS DEPRECATED. See [contrib/learn/README.md](https://www.tensorflow.org/code/tensorfl
tensorflow/contrib/learn/python/learn/metric_spec.py:229
↓ 53 callers
Class
Args
tensorflow/core/framework/model.h:118
↓ 53 callers
Class
MyNetwork
tensorflow/contrib/eager/python/network_test.py:38
↓ 53 callers
Class
Unknown
tensorflow/core/framework/model.cc:603
↓ 52 callers
Class
NanoSeconds
tensorflow/core/grappler/costs/cost_estimator.h:102
↓ 51 callers
Class
Layout
tensorflow/compiler/xla/layout.h:82
↓ 50 callers
Class
Ne
tensorflow/compiler/xla/python/bfloat16.cc:1228
↓ 49 callers
Class
MockCursesUI
Mock subclass of CursesUI that bypasses actual terminal manipulations.
tensorflow/python/debug/cli/curses_ui_test.py:48
↓ 49 callers
Struct
SessionOptions
SessionOptions contains configuration information for a session.
tensorflow/go/session.go:289
↓ 46 callers
Class
DType
Represents the type of the elements in a `Tensor`. The following `DType` objects are defined: * `tf.float16`: 16-bit half-precision floating-poi
tensorflow/python/framework/dtypes.py:31
↓ 45 callers
Class
AllocationAttributes
Attributes for a single allocation call. Different calls to the same allocator could potentially have different allocation attributes.
tensorflow/core/framework/allocator.h:37
↓ 45 callers
Class
round
tensorflow/core/kernels/cwise_ops.h:894
↓ 44 callers
Class
SkipEmpty
tensorflow/core/platform/str_util.h:110
↓ 44 callers
Class
Split
tensorflow/core/kernels/split_lib.h:35
↓ 44 callers
Class
Tanh
tensorflow/compiler/xla/python/bfloat16.cc:1192
↓ 42 callers
Class
Shape
tensorflow/lite/toco/model.h:326
↓ 42 callers
Class
ShapeIndex
An index for specifying a particular nested subshape within a shape. Used in ShapeUtil::GetSubshape and other interfaces. Shapes are recursive data st
tensorflow/compiler/xla/shape_util.h:67
↓ 41 callers
Class
Status
tensorflow/core/platform/platform_strings.h:353
↓ 39 callers
Class
LocalCLIDebuggerWrapperSessionForTest
Subclasses the wrapper class for testing. Overrides its CLI-related methods for headless testing environments. Inserts observer variables for ass
tensorflow/python/debug/wrappers/local_cli_wrapper_test.py:55
↓ 39 callers
Class
RMSPropOptimizer
Optimizer that implements the RMSProp algorithm. See the [paper](http://www.cs.toronto.edu/~tijmen/csc321/slides/lecture_slides_lec6.pdf).
tensorflow/python/training/rmsprop.py:54
↓ 38 callers
Class
Affine
Compute `Y = g(X; shift, scale) = scale @ X + shift`. Here `scale = c * I + diag(D1) + tril(L) + V @ diag(D2) @ V.T`. In TF parlance, the `scale
tensorflow/contrib/distributions/python/ops/bijectors/affine.py:53
↓ 38 callers
Class
Lt
tensorflow/compiler/xla/python/bfloat16.cc:1231
↓ 38 callers
Class
isfinite
tensorflow/core/kernels/cwise_ops.h:888
↓ 37 callers
Class
Builder
tensorflow/compiler/xla/service/gpu/buffer_allocations.h:46
next →
1–100 of 21,266, ranked by callers