Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/nann
/ types & classes
Types & classes
19,521 in github.com/alibaba/nann
⨍
Functions
109,079
◇
Types & classes
19,521
↳
Endpoints
547
↓ 5,839 callers
Class
TensorShape
tensorflow/tensorflow/core/framework/tensor_shape.h:36
↓ 1,474 callers
Class
Name
tensorflow/tensorflow/core/framework/op_kernel.h:1430
↓ 651 callers
Class
TensorValue
Holds a tensor or tensor reference. For tensor references, we need a mutex to prevent concurrent access to the tensor.
tensorflow/tensorflow/core/framework/op_kernel.h:533
↓ 630 callers
Class
NodeDefBuilder
tensorflow/tensorflow/core/framework/node_def_builder.h:34
↓ 577 callers
Class
Builder
tensorflow/tensorflow/compiler/xla/service/hlo_computation.h:68
↓ 544 callers
Class
Equal
tensorflow/tensorflow/compiler/xla/shape.h:154
↓ 459 callers
Class
Identity
tensorflow/tensorflow/core/grappler/graph_analyzer/subgraph.h:36
↓ 458 callers
Class
a
tensorflow/tensorflow/tools/docs/parser_test.py:787
↓ 350 callers
Class
PartialTensorShape
tensorflow/tensorflow/core/framework/tensor_shape.h:38
↓ 327 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/tensorflow/core/util/command_line_flags.h:63
↓ 309 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/tensorflow/core/graph/node_builder.h:42
↓ 292 callers
Class
bfloat16
see framework/bfloat16.h for description.
tensorflow/tensorflow/core/lib/bfloat16/bfloat16.h:45
↓ 282 callers
Class
ErrorSpec
tensorflow/tensorflow/compiler/xla/tests/exhaustive_op_test_utils.h:37
↓ 216 callers
Class
Initializer
Initializer base class: all initializers inherit from this class.
tensorflow/tensorflow/python/ops/init_ops.py:55
↓ 202 callers
Class
Compatible
tensorflow/tensorflow/contrib/eager/python/network_test.py:403
↓ 196 callers
Class
abs
tensorflow/tensorflow/core/kernels/cwise_ops.h:813
↓ 193 callers
Class
Output
Output is a helper struct holding a result index and island type (parent or child).
tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc:51
↓ 189 callers
Class
NodeOut
Represents the output of 'node' at 'index'.
tensorflow/tensorflow/core/graph/gradients.h:26
↓ 185 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/tensorflow/compiler/xla/shape.h:34
↓ 184 callers
Class
AttrSlice
tensorflow/tensorflow/core/framework/node_def_util.h:38
↓ 182 callers
Class
Initializer
tensorflow/tensorflow/cc/framework/ops.h:105
↓ 179 callers
Enum
Status
tensorflow/tensorflow/stream_executor/event.h:42
↓ 173 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/tensorflow/python/ops/variables.py:266
↓ 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/tensorflow/compiler/tests/randomized_tests.cc:96
↓ 162 callers
Class
Shape
Shape rank and dimensions are accessed through InferenceContext.
tensorflow/tensorflow/core/framework/shape_inference.h:83
↓ 161 callers
Class
OpDefBuilder
Builder class passed to the REGISTER_OP() macro.
tensorflow/tensorflow/core/framework/op_def_builder.h:53
↓ 158 callers
Class
half
tensorflow/tensorflow/lite/delegates/gpu/common/types.h:33
↓ 154 callers
Class
Builder
tensorflow/tensorflow/core/util/tensor_slice_writer.h:46
↓ 154 callers
Class
Values
Key formats for accepting/returning values.
tensorflow/tensorflow/contrib/timeseries/python/timeseries/feature_keys.py:40
↓ 143 callers
Class
Status
@ingroup core Denotes success or failure of a call in Tensorflow.
tensorflow/tensorflow/core/lib/core/status.h:38
↓ 117 callers
Class
add
tensorflow/tensorflow/core/kernels/cwise_ops.h:978
↓ 110 callers
Class
ResultSummary
tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_test.py:57
↓ 110 callers
Class
sqrt
tensorflow/tensorflow/core/kernels/cwise_ops.h:826
↓ 101 callers
Class
Tensor
tensorflow/tensorflow/core/framework/tensor.h:43
↓ 99 callers
Class
log
tensorflow/tensorflow/core/kernels/cwise_ops.h:838
↓ 93 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/tensorflow/python/feature_column/feature_column.py:2079
↓ 93 callers
Class
half
tensorflow/tensorflow/core/lib/bfloat16/bfloat16.h:34
↓ 89 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/tensorflow/core/graph/tensor_id.h:33
↓ 88 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/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/tensorflow/lite/tools/command_line_flags.h:65
↓ 85 callers
Class
Tensor
tensorflow/tensorflow/core/kernels/gather_nd_op.h:32
↓ 84 callers
Class
Attrs
A helper class to make AttrSlice from initializer lists
tensorflow/tensorflow/core/framework/function_test.cc:34
↓ 81 callers
Class
Multiply
Layer that multiplies (element-wise) a list of inputs. It takes as input a list of tensors, all of the same shape, and returns a single tensor
tensorflow/tensorflow/python/keras/layers/merge.py:292
↓ 80 callers
Class
floor
tensorflow/tensorflow/core/kernels/cwise_ops.h:931
↓ 79 callers
Class
QN
Represents a qualified name.
tensorflow/tensorflow/python/autograph/pyct/qual_names.py:61
↓ 75 callers
Class
Benchmark
tensorflow/tensorflow/core/platform/test_benchmark.h:82
↓ 73 callers
Class
DatasetContext
Represents runtime information needed to construct a dataset.
tensorflow/tensorflow/core/framework/dataset.h:613
↓ 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/tensorflow/core/lib/strings/scanner.h:35
↓ 71 callers
Class
ThreadOptions
tensorflow/tensorflow/core/platform/env.h:43
↓ 69 callers
Class
ResultSummary
tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_v2_test.py:173
↓ 67 callers
Class
base
tensorflow/tensorflow/core/kernels/cwise_ops.h:744
↓ 64 callers
Class
Shard
tensorflow/tensorflow/core/kernels/record_yielder.h:152
↓ 62 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/tensorflow/core/framework/allocator.h:282
↓ 60 callers
Class
Layout
tensorflow/tensorflow/compiler/xla/layout.h:82
↓ 57 callers
Class
BinaryOp
tensorflow/tensorflow/core/framework/numeric_op.h:40
↓ 57 callers
Class
Slice
tensorflow/tensorflow/compiler/xla/service/buffer_assignment.h:165
↓ 57 callers
Class
sigmoid
tensorflow/tensorflow/core/kernels/cwise_ops.h:877
↓ 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/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/tensorflow/lite/python/interpreter.py:173
↓ 56 callers
Class
NA
Non-assignable values should work.
tensorflow/tensorflow/core/lib/gtl/flatmap_test.cc:465
↓ 56 callers
Class
TRT_TensorOrWeights
Represents a TRT-style input to a TF node, it can be either a ITensorProxyPtr (representing nvinfer1::ITensor* or SimpleITensor), or TRT_ShapedWeights
tensorflow/tensorflow/compiler/tf2tensorrt/convert/convert_nodes.h:284
↓ 55 callers
Class
LiteralSlice
tensorflow/tensorflow/compiler/xla/literal.h:55
↓ 55 callers
Class
RetryConfig
Default time before reporting failure: ~100 seconds.
tensorflow/tensorflow/core/platform/cloud/retrying_utils.h:25
↓ 55 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/tensorflow/compiler/xla/shape_layout.h:34
↓ 55 callers
Class
ceil
tensorflow/tensorflow/core/kernels/cwise_ops.h:937
↓ 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/tensorflow/contrib/learn/python/learn/metric_spec.py:229
↓ 54 callers
Class
UnaryOp
tensorflow/tensorflow/core/framework/numeric_op.h:30
↓ 54 callers
Class
hash
tensorflow/tensorflow/core/lib/hash/hash.h:62
↓ 54 callers
Class
isnan
tensorflow/tensorflow/core/kernels/cwise_ops.h:925
↓ 53 callers
Class
MyNetwork
tensorflow/tensorflow/contrib/eager/python/network_test.py:38
↓ 53 callers
Class
c
tensorflow/tensorflow/tools/docs/parser_test.py:791
↓ 52 callers
Class
NanoSeconds
tensorflow/tensorflow/core/grappler/costs/cost_estimator.h:102
↓ 52 callers
Struct
SessionOptions
SessionOptions contains configuration information for a session.
tensorflow/tensorflow/go/session.go:289
↓ 52 callers
Class
exp
tensorflow/tensorflow/core/kernels/cwise_ops.h:832
↓ 51 callers
Class
Invoke
Process an 'invoke' message, triggering execution of the test runner, as well as verification of outputs. An 'invoke' message looks like: invoke { id:
tensorflow/tensorflow/lite/testing/parse_testdata.cc:255
↓ 49 callers
Class
MockCursesUI
Mock subclass of CursesUI that bypasses actual terminal manipulations.
tensorflow/tensorflow/python/debug/cli/curses_ui_test.py:48
↓ 48 callers
Class
pow
tensorflow/tensorflow/core/kernels/cwise_ops.h:1041
↓ 46 callers
Class
AlgebraicSimplifier
A pass which performs algebraic simplifications.
tensorflow/tensorflow/compiler/xla/service/algebraic_simplifier.h:113
↓ 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/tensorflow/python/framework/dtypes.py:31
↓ 45 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/tensorflow/core/framework/control_flow.h:32
↓ 44 callers
Class
round
tensorflow/tensorflow/core/kernels/cwise_ops.h:934
↓ 42 callers
Class
Shape
tensorflow/tensorflow/lite/toco/model.h:326
↓ 42 callers
Class
Unknown
tensorflow/tensorflow/core/framework/model.cc:603
↓ 41 callers
Class
Status
tensorflow/tensorflow/core/platform/platform_strings.h:353
↓ 40 callers
Class
string_view
tensorflow/tensorflow/core/platform/tstring.h:32
↓ 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/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/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/tensorflow/contrib/distributions/python/ops/bijectors/affine.py:53
↓ 35 callers
Class
isfinite
tensorflow/tensorflow/core/kernels/cwise_ops.h:928
↓ 34 callers
Class
Builder
tensorflow/tensorflow/compiler/xla/service/gpu/buffer_allocations.h:39
↓ 34 callers
Class
LazyLoader
Lazily import a module, mainly to avoid pulling in large dependencies. `contrib`, and `ffmpeg` are examples of modules that are large and not alway
tensorflow/tensorflow/python/util/lazy_loader.py:27
↓ 34 callers
Class
Status
tensorflow/tensorflow/core/kernels/gather_nd_op.h:31
↓ 34 callers
Enum
Status
serving/tensorflow_serving/util/net_http/compression/gzip_zlib.h:39
↓ 33 callers
Class
ErrorSpec
Structure describing permissible absolute and relative error bounds.
tensorflow/tensorflow/compiler/xla/error_spec.h:22
↓ 33 callers
Class
Port
tensorflow/tensorflow/core/grappler/graph_analyzer/gen_node.h:71
↓ 33 callers
Class
SkipEmpty
tensorflow/tensorflow/core/platform/str_util.h:110
↓ 33 callers
Class
Transpose
tensorflow/tensorflow/core/kernels/transpose_functor.h:62
↓ 33 callers
Class
tanh
tensorflow/tensorflow/core/kernels/cwise_ops.h:853
↓ 32 callers
Class
Chain
Bijector which applies a sequence of bijectors. Example Use: ```python chain = Chain([Exp(), Softplus()], name="one_plus_exp") ``` Result
tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/chain.py:127
↓ 32 callers
Class
InterpreterBuilder
Build an interpreter capable of interpreting `model`. model: A model whose lifetime must be at least as long as any interpreter(s) created by the bui
tensorflow/tensorflow/lite/model.h:191
next →
1–100 of 19,521, ranked by callers