MCPcopy Create free account

hub / github.com/benoitsteiner/tensorflow-opencl / types & classes

Types & classes9,541 in github.com/benoitsteiner/tensorflow-opencl

↓ 3,111 callersClassTensorShape
tensorflow/core/framework/tensor_shape.h:36
↓ 1,137 callersClassName
tensorflow/core/framework/op_kernel.h:1179
↓ 414 callersClassNodeDefBuilder
tensorflow/core/framework/node_def_builder.h:33
↓ 402 callersClassStringPiece
tensorflow/core/lib/io/path.h:23
↓ 381 callersClassBuilder
tensorflow/compiler/xla/service/hlo_computation.h:58
↓ 277 callersClassa
tensorflow/tools/docs/parser_test.py:552
↓ 263 callersClassErrorSpec
Structure describing permissible absolute and relative error bounds.
tensorflow/compiler/xla/tests/literal_test_util.h:41
↓ 241 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
↓ 195 callersClassInitializer
Initializer base class: all initializers inherit from this class.
tensorflow/python/ops/init_ops.py:47
↓ 194 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
↓ 156 callersClassOpDefBuilder
Builder class passed to the REGISTER_OP() macro.
tensorflow/core/framework/op_def_builder.h:51
↓ 154 callersClassBuilder
tensorflow/core/util/tensor_slice_writer.h:47
↓ 150 callersClassShape
Shape rank and dimensions are accessed through InferenceContext.
tensorflow/core/framework/shape_inference.h:79
↓ 139 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:92
↓ 115 callersClassStatus
@ingroup core Denotes success or failure of a call in Tensorflow.
tensorflow/core/lib/core/status.h:37
↓ 113 callersClassb
tensorflow/tools/docs/parser_test.py:554
↓ 97 callersClassabs
tensorflow/core/kernels/cwise_ops.h:510
↓ 85 callersClassResultSummary
tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_test.py:55
↓ 84 callersClassSplit
tensorflow/core/kernels/split_lib.h:35
↓ 76 callersClassTuple
A typed tuple. A correct type is a tuple with the correct length where each element has the correct type.
tensorflow/contrib/labeled_tensor/python/ops/_typecheck.py:140
↓ 73 callersClasssqrt
tensorflow/core/kernels/cwise_ops.h:523
↓ 69 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:33
↓ 65 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:1496
↓ 57 callersClassBinaryOp
tensorflow/core/framework/numeric_op.h:40
↓ 57 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:53
↓ 56 callersClassAttrSlice
tensorflow/core/framework/node_def_util.h:111
↓ 56 callersClassNA
Non-assignable values should work.
tensorflow/core/lib/gtl/flatmap_test.cc:465
↓ 55 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:31
↓ 54 callersClassMetricSpec
MetricSpec connects a model to metric functions. The MetricSpec class contains all information necessary to connect the output of a `model_fn` to
tensorflow/contrib/learn/python/learn/metric_spec.py:225
↓ 53 callersClassOutput
tensorflow/cc/framework/ops.h:31
↓ 53 callersClassVariable
See the @{$variables$Variables How To} for a high level overview. A variable maintains state in the graph across calls to `run()`. You add a vari
tensorflow/python/ops/variables.py:36
↓ 50 callersClassBenchmark
tensorflow/core/platform/test_benchmark.h:48
↓ 50 callersClassTensor
tensorflow/core/kernels/gather_nd_op.h:29
↓ 49 callersClassGradientStats
GradientStats holds first and second order gradient stats.
tensorflow/contrib/boosted_trees/lib/learner/stochastic/stats/gradient-stats.h:119
↓ 49 callersClassMockCursesUI
Mock subclass of CursesUI that bypasses actual terminal manipulations.
tensorflow/python/debug/cli/curses_ui_test.py:45
↓ 49 callersClasslog
tensorflow/core/kernels/cwise_ops.h:535
↓ 48 callersClassUnaryOp
tensorflow/core/framework/numeric_op.h:30
↓ 48 callersClassc
tensorflow/tools/docs/parser_test.py:556
↓ 48 callersClasspow
tensorflow/core/kernels/cwise_ops.h:724
↓ 47 callersClassConv2D
2D convolution layer (e.g. spatial convolution over images). This layer creates a convolution kernel that is convolved with the layer input to pr
tensorflow/python/keras/_impl/keras/layers/convolutional.py:156
↓ 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:26
↓ 46 callersClassInitializer
tensorflow/cc/framework/ops.h:105
↓ 46 callersClassTensor
@ingroup core Represents an n-dimensional array of values.
tensorflow/core/framework/tensor.h:48
↓ 45 callersClassShard
tensorflow/core/kernels/record_yielder.h:150
↓ 43 callersClassAttrs
A helper class to make AttrSlice from initializer lists
tensorflow/core/framework/function_test.cc:34
↓ 43 callersClassOp
tensorflow/compiler/xla/service/heap_simulator.h:220
↓ 42 callersStructSessionOptions
SessionOptions contains configuration information for a session.
tensorflow/go/session.go:231
↓ 41 callersClassInstance
tensorflow/core/lib/gtl/inlined_vector_test.cc:35
↓ 41 callersClasshalf
tensorflow/core/lib/strings/strcat.h:31
↓ 39 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/layers/base.py:1123
↓ 39 callersClassNodeStepper
TensorFlow Debugger (tfdbg) stepper. The stepper provides ability to perform "continue to" actions on a graph, given fetch and feeds. The stepper
tensorflow/python/debug/lib/stepper.py:61
↓ 38 callersClassStatus
tensorflow/compiler/xla/test_helpers.h:32
↓ 37 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:350
↓ 37 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
↓ 36 callersClassPartialTensorShape
tensorflow/core/framework/tensor_shape.h:38
↓ 35 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_impl.py:44
↓ 33 callersClassNodeOut
Represents the output of 'node' at 'index'.
tensorflow/core/graph/gradients.h:26
↓ 33 callersClassexp
tensorflow/core/kernels/cwise_ops.h:529
↓ 33 callersClasssigmoid
tensorflow/core/kernels/cwise_ops.h:574
↓ 32 callersClassArgs
tensorflow/core/framework/rendezvous.h:48
↓ 31 callersClassBatchNormalization
Batch normalization layer (Ioffe and Szegedy, 2014). Normalize the activations of the previous layer at each batch, i.e. applies a transformation
tensorflow/python/keras/_impl/keras/layers/normalization.py:29
↓ 31 callersClassfloor
tensorflow/core/kernels/cwise_ops.h:622
↓ 30 callersClassValue
tensorflow/core/framework/variant.h:301
↓ 29 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:47
↓ 28 callersClassNA
Non-assignable values should work.
tensorflow/core/lib/gtl/flatset_test.cc:384
↓ 28 callersClassStringPiece
tensorflow/core/lib/strings/ordered_code.h:46
↓ 27 callersClassDataset
Represents a potentially large set of elements. A `Dataset` can be used to represent an input pipeline as a collection of elements (nested struct
tensorflow/contrib/data/python/ops/dataset_ops.py:32
↓ 27 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
↓ 27 callersClassceil
tensorflow/core/kernels/cwise_ops.h:628
↓ 27 callersClassisnan
tensorflow/core/kernels/cwise_ops.h:616
↓ 26 callersClassActivation
Applies an activation function to an output. Arguments: activation: name of activation function to use or alternatively, a Theano o
tensorflow/python/keras/_impl/keras/layers/core.py:270
↓ 26 callersClassIndex
tensorflow/core/kernels/conv_ops_gpu_3.cu.cc:137
↓ 26 callersClasstanh
tensorflow/core/kernels/cwise_ops.h:550
↓ 25 callersClassResult
This is exactly the output of TF's ParseExample Op. Documentation is available in: tensorflow/core/ops/parsing_ops.cc
tensorflow/core/util/example_proto_fast_parsing.h:66
↓ 25 callersClassSkipEmpty
tensorflow/core/lib/strings/str_util.h:117
↓ 24 callersClassBuilder
tensorflow/compiler/xla/service/gpu/buffer_allocations.h:38
↓ 24 callersClassExp
Compute `Y = g(X) = exp(X)`. Example Use: ```python # Create the Y=g(X)=exp(X) transform which works only on Tensors with 1 # batch
tensorflow/contrib/distributions/python/ops/bijectors/exp_impl.py:29
↓ 24 callersClassNanoSeconds
tensorflow/core/grappler/costs/cost_estimator.h:53
↓ 24 callersEnumStatus
tensorflow/stream_executor/event.h:43
↓ 24 callersClassbase
tensorflow/core/kernels/cwise_ops.h:441
↓ 21 callersClassSdcaModel
Stochastic dual coordinate ascent solver for linear models. This class currently only supports a single machine (multi-threaded) implementati
tensorflow/contrib/linear_optimizer/python/ops/sdca_ops.py:43
↓ 21 callersClassSum
tensorflow/core/kernels/reduction_gpu_kernels.cu.h:41
↓ 20 callersClassFoo
tensorflow/python/framework/registry_test.py:28
↓ 20 callersClassThreadOptions
tensorflow/core/platform/env.h:37
↓ 20 callersClassTranspose
tensorflow/core/kernels/transpose_functor.h:62
↓ 20 callersClassisfinite
tensorflow/core/kernels/cwise_ops.h:619
↓ 19 callersClassCustomerLayer
tensorflow/python/layers/base_test.py:271
↓ 19 callersClassMaxPooling2D
Max pooling operation for spatial data. Arguments: pool_size: integer or tuple of 2 integers, factors by which to downscale (vertic
tensorflow/python/keras/_impl/keras/layers/pooling.py:94
↓ 18 callersClassGpuInstructionFusion
tensorflow/compiler/xla/service/gpu/instruction_fusion.h:25
↓ 18 callersClassLSTMStateTuple
Tuple used by LSTM Cells for `state_size`, `zero_state`, and output state. Stores two elements: `(c, h)`, in that order. Where `c` is the hidden st
tensorflow/python/ops/rnn_cell_impl.py:397
↓ 18 callersClass_DistributionShape
Manage and manipulate `Distribution` shape. Terminology: Recall that a `Tensor` has: - `shape`: size of `Tensor` dimensions, - `ndi
tensorflow/contrib/distributions/python/ops/shape.py:32
↓ 18 callersClass_FakeHook
Fake implementation of `SessionRunHook`.
tensorflow/python/estimator/training_test.py:154
↓ 18 callersClass_Linear
Linear map: sum_i(args[i] * W[i]), where W[i] is a variable. Args: args: a 2D Tensor or a list of 2D, batch, n, Tensors. output_size: int,
tensorflow/python/ops/rnn_cell_impl.py:1206
↓ 17 callersClassAlgorithmConfig
Describes the configuration for the algorithms that will used. Arguments: algorithm: the primary algorithm that should be used. algorithm_no_scratch:
tensorflow/stream_executor/dnn.h:743
↓ 17 callersClassArithmeticOptimizer
Optimize TF computations by reducing the arithmetic complexity required to run a model.
tensorflow/core/grappler/optimizers/arithmetic_optimizer.h:29
↓ 17 callersClassImportGraphDefOptions
Options for calling ImportGraphDef().
tensorflow/core/graph/graph_constructor.h:56
↓ 17 callersClassModelPruner
Prune a model to make it more efficient: Remove unnecessary operations. Optimize gradient computations.
tensorflow/core/grappler/optimizers/model_pruner.h:27
↓ 17 callersClassSubgraph
tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc:108
↓ 16 callersClassAssign
tensorflow/core/kernels/scatter_functor.h:41
↓ 16 callersClassDimension
Represents the value of one dimension in a TensorShape.
tensorflow/python/framework/tensor_shape.py:24
next →1–100 of 9,541, ranked by callers