MCPcopy Create free account

hub / github.com/alibaba/nann / functions

Functions109,079 in github.com/alibaba/nann

↓ 291 callersMethodgetNext
Returns a callable that returns the next element of the dataset. Example use: ```python # In both graph and eager modes dataset = ...
tensorflow/tensorflow/python/data/kernel_tests/test_base.py:66
↓ 290 callersMethodOptimize
tensorflow/tensorflow/core/grappler/optimizers/remapper.cc:1502
↓ 290 callersMethodadd
(self, n, values=None)
tensorflow/tensorflow/python/keras/utils/generic_utils.py:478
↓ 290 callersMethodpush_back
tensorflow/tensorflow/core/common_runtime/executor.cc:1219
↓ 289 callersMethodsize
tensorflow/tensorflow/core/platform/tstring.h:134
↓ 288 callersMethodParseFromString
tensorflow/tensorflow/core/framework/resource_handle.cc:64
↓ 288 callersMethodseed
The graph-level random seed of this graph.
tensorflow/tensorflow/python/framework/ops.py:3068
↓ 287 callersMethodoperands
tensorflow/tensorflow/compiler/jit/deadness_analysis.cc:204
↓ 287 callersMethodsignature
(self)
tensorflow/tensorflow/tools/docs/parser.py:917
↓ 286 callersMethodreplace
Convenience method for making a new DeviceSpec by overriding fields. For instance: ``` my_spec = DeviceSpec=(job="my_job", device="CPU")
tensorflow/tensorflow/python/framework/device_spec.py:217
↓ 285 callersMethoddimensions_size
Methods for accessing the dimensions array.
tensorflow/tensorflow/compiler/xla/shape.h:96
↓ 284 callersMethodreduce_mean
Performs a mean reduction on `x` across pfor iterations. Note that this currently may not work inside a control flow construct. Args: x
tensorflow/tensorflow/python/ops/parallel_for/pfor.py:1020
↓ 283 callersMethodstr
TODO: implement as constexpr
tensorflow/tensorflow/core/user_ops/huge_const_op/npy.h:84
↓ 281 callersMethodlayout
(self)
tensorflow/tensorflow/compiler/xla/python_api/xla_shape.py:95
↓ 280 callersFunctionOp
Creates an instruction pattern that will capture the matched instruction in the argument.
tensorflow/tensorflow/compiler/xla/service/pattern_matcher.h:2037
↓ 280 callersMethodattrs
tensorflow/tensorflow/core/graph/graph.cc:191
↓ 280 callersMethodnode
tensorflow/tensorflow/core/common_runtime/executor.cc:272
↓ 278 callersMethodTransferToServer
tensorflow/tensorflow/compiler/xla/client/client.cc:68
↓ 277 callersFunctionGmockMatch
tensorflow/tensorflow/compiler/xla/service/pattern_matcher_gmock.h:82
↓ 276 callersMethodBuild
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:312
↓ 274 callersMethodhandle
Returns cuDNN handle. To be passed directly to cuDNN APIs, don't keep a copy.
tensorflow/tensorflow/stream_executor/cuda/cuda_dnn.cc:167
↓ 274 callersMethodjoin
(self)
tensorflow/tensorflow/python/distribute/distribute_coordinator.py:428
↓ 271 callersMethodnode
tensorflow/tensorflow/cc/framework/ops.h:236
↓ 270 callersMethodmean
Mean.
tensorflow/tensorflow/python/ops/distributions/distribution.py:991
↓ 270 callersFunctionmodel
A transformation that models performance. Returns: A `Dataset` transformation function, which can be passed to `tf.data.Dataset.apply`.
tensorflow/tensorflow/python/data/experimental/ops/optimization.py:47
↓ 267 callersFunctionGpuComplex
tensorflow/tensorflow/stream_executor/gpu/gpu_helpers.h:85
↓ 267 callersMethodassertDatasetProduces
Asserts that a dataset produces the expected output / error. Args: dataset: A dataset to check for the expected output / error. expec
tensorflow/tensorflow/python/data/kernel_tests/test_base.py:126
↓ 267 callersMethodgather
Return selected values in the TensorArray as a packed `Tensor`. All of selected values must have been written and their shapes must all match
tensorflow/tensorflow/python/ops/tensor_array_ops.py:1100
↓ 267 callersMethodi
tensorflow/tensorflow/core/util/tensor_format_test.cc:60
↓ 265 callersMethodUnion
tensorflow/tensorflow/lite/tools/evaluation/stages/utils/image_metrics.cc:41
↓ 264 callersMethodid
tensorflow/tensorflow/core/graph/graph.h:75
↓ 263 callersMethodWaitForNotification
tensorflow/tensorflow/core/common_runtime/direct_session.cc:1746
↓ 263 callersMethodfit
(self, x, y, batch_size=128, steps=None, max_steps=None, monitors=None)
tensorflow/tensorflow/contrib/learn/python/learn/estimators/estimator.py:1507
↓ 262 callersFunctionCheckNode
tensorflow/tensorflow/core/grappler/mutable_graph_view_test.cc:69
↓ 262 callersMethodGetName
tensorflow/tensorflow/core/common_runtime/partitioning_utils.cc:143
↓ 261 callersMethodbuild
Build the {@link Operation}. <p>The following action will also be performed depending on the current execution environment. <ul> <li>In eager mode
tensorflow/tensorflow/java/src/main/java/org/tensorflow/OperationBuilder.java:49
↓ 260 callersFunctionExpectClose
tensorflow/tensorflow/core/framework/tensor_testutil.cc:23
↓ 260 callersMethoddata
Return a pointer to the data pointers of all tensors in the list. For example: float* const* f = v.data(); f[0][1] is the second element of the first
tensorflow/tensorflow/lite/kernels/internal/tensor.h:76
↓ 260 callersMethodnum_inputs
tensorflow/tensorflow/core/graph/graph.cc:181
↓ 259 callersMethodGradientTape
tensorflow/tensorflow/python/eager/pywrap_tfe_src.cc:1230
↓ 259 callersMethodget
serving/tensorflow_serving/util/any_ptr.h:85
↓ 258 callersMethodgraph
(self)
tensorflow/tensorflow/contrib/predictor/predictor.py:30
↓ 257 callersMethodNumRegularFanins
Returns the number of regular fanins.
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:206
↓ 256 callersFunctionGpuMemory
tensorflow/tensorflow/stream_executor/gpu/gpu_helpers.h:40
↓ 256 callersMethodcontains
(self, value)
tensorflow/tensorflow/python/debug/cli/command_parser.py:42
↓ 255 callersMethodapply
Applies a transformation function to this dataset. `apply` enables chaining of custom `Dataset` transformations, which are represented as fun
tensorflow/tensorflow/python/data/ops/dataset_ops.py:1355
↓ 254 callersMethodExitOnError
tensorflow/tensorflow/cc/framework/scope.cc:471
↓ 253 callersFunctionGDef
tensorflow/tensorflow/core/framework/function_testlib.cc:31
↓ 253 callersMethodassign
Assign `value` to all replicas. Outside of the tpu.rewrite context, assign explicitly to all replicas. Inside of the tpu.rewrite context, ass
tensorflow/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py:161
↓ 253 callersMethodsize
serving/tensorflow_serving/batching/batching_session.h:198
↓ 252 callersFunctionIntArrayFromInitializer
tensorflow/tensorflow/lite/experimental/micro/testing/test_utils.h:108
↓ 252 callersFunctionVerifyRegularFaninMatch
tensorflow/tensorflow/core/grappler/optimizers/generic_layout_optimizer_transposer_test.cc:74
↓ 251 callersMethodend
tensorflow/tensorflow/compiler/tf2tensorrt/utils/trt_lru_cache.h:66
↓ 250 callersFunctionBroadcast
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2786
↓ 250 callersFunctionIntegralDivideRoundUp
tensorflow/tensorflow/lite/delegates/gpu/common/util.h:27
↓ 250 callersMethodshape
The `TensorShape` of this variable. Returns: A `TensorShape`.
tensorflow/tensorflow/python/ops/variables.py:1182
↓ 249 callersFunctionConst
Const adds an operation to graph that produces value as output.
tensorflow/tensorflow/go/op/op.go:33
↓ 249 callersFunctionGetTupleElement
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2870
↓ 249 callersFunctionStopTiming
tensorflow/tensorflow/core/platform/default/test_benchmark.cc:254
↓ 249 callersMethodappend
Add a new trackable value.
tensorflow/tensorflow/python/training/tracking/data_structures.py:317
↓ 248 callersMethodNotify
tensorflow/tensorflow/core/platform/default/notification.h:39
↓ 247 callersMethodWithName
tensorflow/tensorflow/core/graph/graph_def_builder.cc:29
↓ 246 callersMethodDebugString
tensorflow/tensorflow/core/framework/op.cc:186
↓ 246 callersMethodcontext
(tensor)
tensorflow/tensorflow/python/framework/subscribe_test.py:363
↓ 246 callersMethoddevice
(self)
tensorflow/tensorflow/python/distribute/values.py:866
↓ 246 callersMethodnum_elements
tensorflow/tensorflow/core/lib/random/weighted_picker.h:128
↓ 246 callersMethodop
tensorflow/tensorflow/cc/framework/ops.h:72
↓ 245 callersFunctionConstant
tensorflow/tensorflow/core/kernels/merge_v2_checkpoints_op_test.cc:47
↓ 244 callersMethodSetOutput
tensorflow/tensorflow/compiler/tf2xla/xla_op_kernel.cc:507
↓ 243 callersFunctionSelect
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2862
↓ 243 callersMethodmutable_input
tensorflow/tensorflow/core/framework/op_kernel.cc:404
↓ 242 callersFunctionMul
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3071
↓ 242 callersMethodmean
tensorflow/tensorflow/core/grappler/costs/robust_stats.h:29
↓ 241 callersMethodadd_to_collection
Stores `value` in the collection with the given `name`. Note that collections are not sets, so it is possible to add a value to a collection
tensorflow/tensorflow/python/framework/ops.py:3876
↓ 241 callersMethodfrom_tensors
Creates a `Dataset` with a single element, comprising the given tensors. Note that if `tensors` contains a NumPy array, and eager execution is no
tensorflow/tensorflow/python/data/ops/dataset_ops.py:406
↓ 241 callersMethodinstructions
Gets the instructions in this computation. The returned type is a range of HloInstruction*s, so you can iterate over it using a range-based for loop
tensorflow/tensorflow/compiler/xla/service/hlo_computation.h:233
↓ 241 callersMethodmkdtemp
(self)
tensorflow/tensorflow/python/compiler/tensorrt/trt_convert_test.py:72
↓ 241 callersMethodsize
tensorflow/tensorflow/compiler/jit/xla_launch_util.h:187
↓ 240 callersMethodVector
tensorflow/tensorflow/core/framework/shape_inference.cc:766
↓ 240 callersMethodall
(cls)
tensorflow/tensorflow/python/ops/losses/losses_impl.py:60
↓ 239 callersMethodhas_shape
Proto-style accessors
tensorflow/tensorflow/lite/toco/model.h:2237
↓ 238 callersMethodbegin
tensorflow/tensorflow/compiler/tf2tensorrt/utils/trt_lru_cache.h:65
↓ 237 callersMethodget_next
Returns a nested structure of `tf.Tensor`s representing the next element. In graph mode, you should typically call this method *once* and use its
tensorflow/tensorflow/python/data/ops/iterator_ops.py:373
↓ 237 callersMethodwatch
Ensures that `tensor` is being traced by this tape. Args: tensor: a Tensor or list of Tensors. Raises: ValueError: if it encount
tensorflow/tensorflow/python/eager/backprop.py:837
↓ 236 callersFunctionIdentity
tensorflow/tensorflow/core/graph/testlib.cc:250
↓ 236 callersMethodbegin
tensorflow/tensorflow/compiler/xla/array.h:421
↓ 236 callersMethodmutable_shape
Returns the (mutable) result shape of this instruction.
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.h:912
↓ 236 callersMethodtrain_on_batch
Runs a single gradient update on a single batch of data. Arguments: x: Input data. It could be: - A Numpy array (or array-like)
tensorflow/tensorflow/python/keras/engine/training.py:920
↓ 233 callersFunctionGpuMemoryMutable
tensorflow/tensorflow/stream_executor/gpu/gpu_helpers.h:47
↓ 233 callersFunctionsort
Sorts a tensor. Usage: ```python import tensorflow as tf a = [1, 10, 26.9, 2.8, 166.32, 62.3] b = tf.sort(a,axis=-1,direction='ASCENDING
tensorflow/tensorflow/python/ops/sort_ops.py:37
↓ 232 callersFunctionall
Bitwise reduction (logical AND). Arguments: x: Tensor or variable. axis: axis along which to perform the reduction. keepdims: whe
tensorflow/tensorflow/python/keras/backend.py:2023
↓ 231 callersMethodadd_function
Add a function definition to the context. Once added, the function (identified by its name) can be executed like any other operation. Ar
tensorflow/tensorflow/python/eager/context.py:968
↓ 230 callersMethodbegin
Returns a const iterator pointing to the first wrapped tensor input.
tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/vectorizer.h:80
↓ 228 callersMethodReportError
Entry point for C node plugin API to report an error.
tensorflow/tensorflow/lite/core/subgraph.cc:880
↓ 228 callersMethodWithControlDependencies
tensorflow/tensorflow/cc/framework/scope.cc:429
↓ 228 callersMethodcolocate_with
Returns a context manager that specifies an op to colocate with. Note: this function is not for public use, only for internal libraries. For
tensorflow/tensorflow/python/framework/ops.py:4228
↓ 227 callersMethodsession
(self)
tensorflow/tensorflow/contrib/predictor/predictor.py:34
↓ 226 callersFunctionMatch
tensorflow/tensorflow/compiler/xla/service/pattern_matcher.h:150
↓ 226 callersMethodSetStatus
tensorflow/tensorflow/core/framework/op_kernel.cc:225
↓ 226 callersMethodimpl
tensorflow/tensorflow/cc/framework/scope.h:236
← previousnext →301–400 of 109,079, ranked by callers