MCPcopy Create free account

hub / github.com/DeepRec-AI/DeepRec / types & classes

Types & classes21,266 in github.com/DeepRec-AI/DeepRec

↓ 6,984 callersClassTensorShape
tensorflow/core/framework/tensor_shape.h:36
↓ 1,687 callersClassName
tensorflow/core/framework/op_kernel.h:1452
↓ 724 callersClassNodeDefBuilder
tensorflow/core/framework/node_def_builder.h:34
↓ 707 callersClassAdd
tensorflow/compiler/xla/python/bfloat16.cc:864
↓ 650 callersClassTensorValue
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 callersClassBuilder
tensorflow/compiler/xla/service/hlo_computation.h:68
↓ 566 callersClassEqual
tensorflow/compiler/xla/shape.h:172
↓ 493 callersClassIdentity
tensorflow/core/grappler/graph_analyzer/subgraph.h:36
↓ 458 callersClassa
tensorflow/tools/docs/parser_test.py:787
↓ 377 callersClassNodeBuilder
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 callersClassPartialTensorShape
tensorflow/core/framework/tensor_shape.h:38
↓ 323 callersClassFlag
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 callersClassNodeOut
Represents the output of 'node' at 'index'.
tensorflow/core/graph/gradients.h:26
↓ 288 callersClassErrorSpec
tensorflow/compiler/xla/tests/exhaustive_op_test_utils.h:34
↓ 247 callersClassStatus
@ingroup core Denotes success or failure of a call in Tensorflow.
tensorflow/core/lib/core/status.h:38
↓ 237 callersClassEq
tensorflow/compiler/xla/python/bfloat16.cc:1225
↓ 230 callersClassabs
tensorflow/core/kernels/cwise_ops.h:773
↓ 224 callersClassOutput
tensorflow/cc/framework/ops.h:31
↓ 217 callersClassShape
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 callersClassInitializer
Initializer base class: all initializers inherit from this class.
tensorflow/python/ops/init_ops.py:55
↓ 208 callersClassCompatible
tensorflow/contrib/eager/python/network_test.py:403
↓ 202 callersEnumStatus
tensorflow/stream_executor/event.h:42
↓ 200 callersClassInitializer
tensorflow/cc/framework/ops.h:105
↓ 187 callersClassAttrSlice
tensorflow/core/framework/node_def_util.h:38
↓ 187 callersClasssqrt
tensorflow/core/kernels/cwise_ops.h:786
↓ 179 callersClassVariable
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 callersClassShape
Shape rank and dimensions are accessed through InferenceContext.
tensorflow/core/framework/shape_inference.h:83
↓ 163 callersClassOpTestBuilder
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 callersClassOpDefBuilder
Builder class passed to the REGISTER_OP() macro.
tensorflow/core/framework/op_def_builder.h:53
↓ 158 callersClasshalf
tensorflow/lite/delegates/gpu/common/types.h:33
↓ 153 callersClassBuilder
tensorflow/core/util/tensor_slice_writer.h:46
↓ 152 callersClassValues
Key formats for accepting/returning values.
tensorflow/contrib/timeseries/python/timeseries/feature_keys.py:40
↓ 125 callersClassadd
tensorflow/core/kernels/cwise_ops.h:938
↓ 120 callersClassShard
tensorflow/core/kernels/record_yielder.h:152
↓ 118 callersClasslog
tensorflow/core/kernels/cwise_ops.h:798
↓ 114 callersClassTensor
tensorflow/core/framework/tensor.h:43
↓ 110 callersClassResultSummary
tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_test.py:57
↓ 101 callersClassAllocatorAttributes
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 callersClassMultiply
tensorflow/compiler/xla/python/bfloat16.cc:870
↓ 95 callersClass_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 callersClasshalf
tensorflow/stream_executor/dnn.h:48
↓ 93 callersClassTensor
tensorflow/core/kernels/gather_nd_op.h:32
↓ 91 callersClassAttrs
A helper class to make AttrSlice from initializer lists
tensorflow/core/framework/function_test.cc:34
↓ 90 callersClassTensorId
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 callersClassBenchmark
tensorflow/core/platform/test_benchmark.h:82
↓ 89 callersClassDeviceType
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 callersClassFlag
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 callersClassfloor
tensorflow/core/kernels/cwise_ops.h:891
↓ 81 callersClassExp
tensorflow/compiler/xla/python/bfloat16.cc:978
↓ 78 callersClassQN
Represents a qualified name.
tensorflow/python/autograph/pyct/qual_names.py:65
↓ 75 callersClassDatasetContext
Represents runtime information needed to construct a dataset.
tensorflow/core/framework/dataset.h:613
↓ 74 callersClassSlice
tensorflow/compiler/xla/service/buffer_assignment.h:165
↓ 74 callersClassUnaryOp
tensorflow/core/framework/numeric_op.h:30
↓ 72 callersClassScanner
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 callersClassbase
tensorflow/core/kernels/cwise_ops.h:704
↓ 71 callersClassisnan
tensorflow/core/kernels/cwise_ops.h:885
↓ 69 callersClassResultSummary
tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_v2_test.py:173
↓ 69 callersClasshash
tensorflow/core/lib/hash/hash.h:134
↓ 65 callersClassBinaryOp
tensorflow/core/framework/numeric_op.h:40
↓ 65 callersClassFrameAndIter
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 callersClassSqrt
tensorflow/compiler/xla/python/bfloat16.cc:1124
↓ 63 callersClasspow
tensorflow/core/kernels/cwise_ops.h:1001
↓ 62 callersClassceil
tensorflow/core/kernels/cwise_ops.h:897
↓ 61 callersClassTRT_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 callersClassThreadOptions
tensorflow/core/platform/env.h:43
↓ 58 callersClassAlgebraicSimplifier
A pass which performs algebraic simplifications.
tensorflow/compiler/xla/service/algebraic_simplifier.h:134
↓ 58 callersClassexp
tensorflow/core/kernels/cwise_ops.h:792
↓ 57 callersClasssigmoid
tensorflow/core/kernels/cwise_ops.h:837
↓ 56 callersClassInputSpec
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 callersClassInterpreter
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 callersClassNA
Non-assignable values should work.
tensorflow/core/lib/gtl/flatmap_test.cc:465
↓ 56 callersClassShapeLayout
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 callersClassLiteralSlice
tensorflow/compiler/xla/literal.h:54
↓ 55 callersClassRetryConfig
Default time before reporting failure: ~100 seconds.
tensorflow/core/platform/cloud/retrying_utils.h:25
↓ 55 callersClassc
tensorflow/tools/docs/parser_test.py:791
↓ 54 callersClassGt
tensorflow/compiler/xla/python/bfloat16.cc:1234
↓ 54 callersClassMetricSpec
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 callersClassArgs
tensorflow/core/framework/model.h:118
↓ 53 callersClassMyNetwork
tensorflow/contrib/eager/python/network_test.py:38
↓ 53 callersClassUnknown
tensorflow/core/framework/model.cc:603
↓ 52 callersClassNanoSeconds
tensorflow/core/grappler/costs/cost_estimator.h:102
↓ 51 callersClassLayout
tensorflow/compiler/xla/layout.h:82
↓ 50 callersClassNe
tensorflow/compiler/xla/python/bfloat16.cc:1228
↓ 49 callersClassMockCursesUI
Mock subclass of CursesUI that bypasses actual terminal manipulations.
tensorflow/python/debug/cli/curses_ui_test.py:48
↓ 49 callersStructSessionOptions
SessionOptions contains configuration information for a session.
tensorflow/go/session.go:289
↓ 46 callersClassDType
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 callersClassAllocationAttributes
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 callersClassround
tensorflow/core/kernels/cwise_ops.h:894
↓ 44 callersClassSkipEmpty
tensorflow/core/platform/str_util.h:110
↓ 44 callersClassSplit
tensorflow/core/kernels/split_lib.h:35
↓ 44 callersClassTanh
tensorflow/compiler/xla/python/bfloat16.cc:1192
↓ 42 callersClassShape
tensorflow/lite/toco/model.h:326
↓ 42 callersClassShapeIndex
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 callersClassStatus
tensorflow/core/platform/platform_strings.h:353
↓ 39 callersClassLocalCLIDebuggerWrapperSessionForTest
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 callersClassRMSPropOptimizer
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 callersClassAffine
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 callersClassLt
tensorflow/compiler/xla/python/bfloat16.cc:1231
↓ 38 callersClassisfinite
tensorflow/core/kernels/cwise_ops.h:888
↓ 37 callersClassBuilder
tensorflow/compiler/xla/service/gpu/buffer_allocations.h:46
next →1–100 of 21,266, ranked by callers