MCPcopy Create free account

hub / github.com/alibaba/nann / functions

Functions109,079 in github.com/alibaba/nann

↓ 73 callersMethodexperimental_local_results
Returns the list of all local per-replica values contained in `value`. Note: This only returns values on the worker initiated by this client.
tensorflow/tensorflow/python/distribute/distribute_lib.py:887
↓ 73 callersFunctionget_linear_model_column_var
(column, name='linear_model')
tensorflow/tensorflow/python/feature_column/feature_column_test.py:1309
↓ 73 callersMethodget_variable_value
Returns value of the variable given by name. Args: name: string, name of the tensor. Returns: Numpy array - value of the tensor.
tensorflow/tensorflow/contrib/learn/python/learn/estimators/estimator.py:672
↓ 73 callersMethodmin
Returns the minimum representable value in this data type. Raises: TypeError: if this is a non-numeric, unordered, or quantized type.
tensorflow/tensorflow/python/framework/dtypes.py:177
↓ 73 callersMethodrequest_stop
Request that the threads stop. After this is called, calls to `should_stop()` will return `True`. Note: If an exception is being passed in,
tensorflow/tensorflow/python/training/coordinator.py:187
↓ 73 callersMethodsize
Gets the total dataset size (number of elements). Returns: An integer denoting the number of elements in the dataset.
tensorflow/tensorflow/python/keras/utils/io_utils.py:145
↓ 72 callersFunctionBinary
tensorflow/tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:460
↓ 72 callersFunctionCreateOpKernel
tensorflow/tensorflow/core/framework/op_kernel.cc:1474
↓ 72 callersMethodDebugString
tensorflow/tensorflow/core/common_runtime/ring_alg.cc:369
↓ 72 callersFunctionWaitUntilServableManagerStateIsOneOf
serving/tensorflow_serving/core/test_util/availability_test_util.cc:46
↓ 72 callersMethodas_numpy_dtype
Returns a `numpy.dtype` based on this `DType`.
tensorflow/tensorflow/python/framework/dtypes.py:124
↓ 72 callersMethodbegin
tensorflow/tensorflow/compiler/jit/resource_operation_safety_analysis.cc:194
↓ 72 callersMethodcombine
tensorflow/tensorflow/core/lib/io/proto_encode_helper.h:69
↓ 72 callersMethodend
tensorflow/tensorflow/contrib/boosted_trees/lib/utils/examples_iterable.h:178
↓ 72 callersMethodfind
tensorflow/tensorflow/core/kernels/xsmm_conv2d.cc:137
↓ 72 callersMethodgraph
tensorflow/tensorflow/core/grappler/optimizers/auto_mixed_precision.cc:409
↓ 72 callersMethodinput_tensor
tensorflow/tensorflow/core/graph/graph.cc:315
↓ 72 callersMethodinverse_log_det_jacobian
( self, y, event_ndims, name="inverse_log_det_jacobian", **condition_kwargs)
tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/conditional_bijector.py:46
↓ 72 callersMethodis_compatible_with
Returns True if the `other` DType will be converted to this DType. The conversion rules are as follows: ```python DType(T) .is_com
tensorflow/tensorflow/python/framework/dtypes.py:240
↓ 72 callersMethodlength
tensorflow/tensorflow/core/platform/tstring.h:132
↓ 72 callersMethodrelease
Releases the cleanup function instead of running it. Hint: use c.release()() to run early.
tensorflow/tensorflow/core/lib/gtl/cleanup.h:90
↓ 72 callersMethodrun_restore_ops
Runs restore ops from the checkpoint. Requires a valid checkpoint.
tensorflow/tensorflow/python/training/tracking/util.py:629
↓ 72 callersMethodset_name
tensorflow/tensorflow/compiler/jit/node_matchers.h:105
↓ 72 callersMethodsize
tensorflow/tensorflow/lite/context_util.h:40
↓ 71 callersFunctionByteSizeOf
tensorflow/tensorflow/compiler/xla/service/llvm_ir/llvm_util.cc:499
↓ 71 callersFunctionCombine
tensorflow/tensorflow/core/util/equal_graph_def_test.cc:43
↓ 71 callersFunctionGet
If map has an entry for k, return the corresponding value, else return def.
tensorflow/tensorflow/core/lib/gtl/flatmap_test.cc:33
↓ 71 callersMethodInvoke
tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/test_util.cc:71
↓ 71 callersFunctionNew64
tensorflow/tensorflow/core/lib/random/random.cc:34
↓ 71 callersFunctionNot
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3119
↓ 71 callersMethodOutput
tensorflow/tensorflow/compiler/tf2xla/kernels/bcast_ops.cc:112
↓ 71 callersFunctionPrefix
Prepend the current test case's working temporary directory to <prefix>
tensorflow/tensorflow/core/util/tensor_bundle/tensor_bundle_test.cc:41
↓ 71 callersMethodget_weights
Retrieves the weights of the model. Returns: A flat list of Numpy arrays.
tensorflow/tensorflow/python/keras/engine/training.py:162
↓ 71 callersMethodnodes
tensorflow/tensorflow/lite/delegates/gpu/common/model.h:170
↓ 71 callersMethodprefetch
Creates a `Dataset` that prefetches elements from this dataset. Note: Like other `Dataset` methods, prefetch operates on the elements of the
tensorflow/tensorflow/python/data/ops/dataset_ops.py:779
↓ 71 callersMethodset_dim
tensorflow/tensorflow/core/framework/tensor_shape.cc:412
↓ 71 callersMethodupdate
Updates the progress bar. Arguments: current: Index of current step. values: List of tuples: `(name, value_for_last_s
tensorflow/tensorflow/python/keras/utils/generic_utils.py:352
↓ 70 callersFunctionAddN
Add all input tensors element wise. Inputs must be of same size and shape. ```python x = [9, 7, 10] tf.math.add_n(x) ==> 26 ```
tensorflow/tensorflow/go/op/wrappers.go:34426
↓ 70 callersMethodExit
Exit this control flow context.
tensorflow/tensorflow/python/ops/control_flow_ops.py:733
↓ 70 callersMethodGetOutputShape
tensorflow/tensorflow/lite/kernels/reduce_test.cc:47
↓ 70 callersMethodGetOutputs
Provides a read-only view to the model's output tensor(s). Retains ownership of object.
tensorflow/tensorflow/lite/tools/evaluation/stages/tflite_inference_stage.h:69
↓ 70 callersFunctionLt
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2899
↓ 70 callersMethodadd_variable
(self, name, shape, dtype=None, in
tensorflow/tensorflow/contrib/eager/python/network.py:492
↓ 70 callersMethoddevices
TODO(apassos) make this return a constant reference
tensorflow/tensorflow/core/common_runtime/eager/context.h:148
↓ 70 callersMethodlatest_checkpoint
The prefix of the most recent checkpoint in `directory`. Equivalent to `tf.train.latest_checkpoint(directory)` where `directory` is the const
tensorflow/tensorflow/python/training/checkpoint_management.py:609
↓ 70 callersMethodmatrix
tensorflow/tensorflow/core/framework/tensor.h:387
↓ 70 callersMethodselect
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:3693
↓ 70 callersMethodshuffle
Randomly shuffles the elements of this dataset. This dataset fills a buffer with `buffer_size` elements, then randomly samples elements from
tensorflow/tensorflow/python/data/ops/dataset_ops.py:903
↓ 70 callersMethodstart
Starts this server. Raises: tf.errors.OpError: Or one of its subclasses if an error occurs while starting the TensorFlow server.
tensorflow/tensorflow/python/training/server_lib.py:165
↓ 70 callersMethodunwrap
Returns the list of all local per-replica values contained in `value`. DEPRECATED: Please use `experimental_local_results` instead. Note: Th
tensorflow/tensorflow/python/distribute/distribute_lib.py:866
↓ 69 callersMethodAddOutput
tensorflow/tensorflow/core/grappler/utils.cc:126
↓ 69 callersFunctionCancelled
tensorflow/tensorflow/compiler/xla/util.h:263
↓ 69 callersMethodFindInputs
tensorflow/tensorflow/lite/delegates/gpu/common/model.h:229
↓ 69 callersFunctionInput
tensorflow/tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:366
↓ 69 callersFunctionToString
Formats hipError_t to output prettified values into a log stream. Error summaries taken from: TODO(leary) switch to cuGetErrorName when updated rocm.
tensorflow/tensorflow/stream_executor/rocm/rocm_driver.cc:76
↓ 69 callersFunctionToString
Formats CUresult to output prettified values into a log stream.
tensorflow/tensorflow/stream_executor/cuda/cuda_driver.cc:130
↓ 69 callersMethodas_list
Returning the inputs as a list.
tensorflow/tensorflow/python/keras/engine/training_utils.py:1749
↓ 69 callersMethodassign_add
(self, *args, **kwargs)
tensorflow/tensorflow/python/distribute/values.py:1030
↓ 69 callersMethodop_nodes
tensorflow/tensorflow/core/graph/graph.h:890
↓ 69 callersMethodprepare
(self, test_fn, namespace, recursive=True)
tensorflow/tensorflow/python/autograph/core/converter_testing.py:124
↓ 68 callersMethodAddFunctionLibrary
tensorflow/tensorflow/core/graph/graph.cc:621
↓ 68 callersFunctionControlOutputFor
tensorflow/tensorflow/compiler/jit/deadness_analysis_test.cc:72
↓ 68 callersFunctionS
tensorflow/tensorflow/core/framework/common_shape_fns_test.cc:31
↓ 68 callersFunctionS
tensorflow/tensorflow/core/framework/shape_inference_test.cc:41
↓ 68 callersMethodToString
tensorflow/tensorflow/core/kernels/bias_op.cc:443
↓ 68 callersMethoddefun
()
tensorflow/tensorflow/python/framework/ops_test.py:2030
↓ 68 callersMethodinsert
tensorflow/tensorflow/core/lib/gtl/flatmap.h:240
↓ 68 callersMethodminimize
Add operations to minimize `loss` by updating `var_list`. This method simply combines calls `compute_gradients()` and `apply_gradients()`. If
tensorflow/tensorflow/contrib/optimizer_v2/optimizer_v2.py:654
↓ 68 callersMethodnum_elements
Returns the total number of elements, or none for incomplete shapes.
tensorflow/tensorflow/python/framework/tensor_shape.py:897
↓ 68 callersMethodnum_inputs
tensorflow/tensorflow/core/common_runtime/eager/kernel_and_device.h:166
↓ 68 callersMethodset_shape
Updates the shape of this tensor. This method can be called multiple times, and will merge the given `shape` with the current shape of this t
tensorflow/tensorflow/python/framework/ops.py:584
↓ 68 callersMethoduid
Generates a 'Unique Identifier' based on all internal fields. Caller should use the uid string to check `RunConfig` instance integrity in one
tensorflow/tensorflow/contrib/learn/python/learn/estimators/run_config.py:344
↓ 67 callersMethodBuildAttrValue
tensorflow/tensorflow/core/framework/dataset.h:214
↓ 67 callersMethodDebugString
serving/tensorflow_serving/core/manager.h:149
↓ 67 callersMethodDebugString
tensorflow/tensorflow/compiler/jit/device_util.cc:80
↓ 67 callersMethodToShortString
tensorflow/tensorflow/compiler/xla/service/hlo_value.cc:89
↓ 67 callersFunctionV
A float val -> Tensor<float>
tensorflow/tensorflow/core/common_runtime/executor_test.cc:102
↓ 67 callersMethodValue
Value converts the Tensor to a Go value. For now, not all Tensor types are supported, and this function may panic if it encounters an unsupported Data
tensorflow/tensorflow/go/tensor.go:170
↓ 67 callersMethodaddInput
Add the output of another operation as the next input of the operation being built. @param input {@link Output} supposed to be the input of the opera
tensorflow/tensorflow/java/src/main/java/org/tensorflow/OperationBuilder.java:57
↓ 67 callersFunctiondataset_fn
()
tensorflow/tensorflow/python/distribute/single_loss_example.py:35
↓ 67 callersMethodget
Returns a `Tensor` for the given key. A `str` key is used to access a base feature (not-transformed). When a `FeatureColumn` is passed, the t
tensorflow/tensorflow/python/feature_column/feature_column_v2.py:2561
↓ 67 callersMethodget
()
tensorflow/tensorflow/python/training/experimental/loss_scale_test.py:114
↓ 67 callersMethodmode
Returns the mode in which the file was opened.
tensorflow/tensorflow/python/lib/io/file_io.py:74
↓ 67 callersMethodok
tensorflow/tensorflow/stream_executor/rocm/rocm_dnn.cc:1639
↓ 67 callersMethodsize
Compute the number of elements in this table. Args: name: A name for the operation (optional). Returns: A scalar tensor containi
tensorflow/tensorflow/python/ops/lookup_ops.py:1948
↓ 67 callersMethodsize
Number of elements currently held by this TopN object. This will be no greater than 'limit' passed to the constructor.
tensorflow/tensorflow/lite/experimental/kernels/top_n.h:101
↓ 67 callersMethodsort
(self)
tensorflow/tensorflow/python/training/tracking/data_structures.py:553
↓ 67 callersMethodsummary
Summary of the accumulated runtime stats.
tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/RunStats.java:46
↓ 67 callersMethodswap
tensorflow/tensorflow/core/framework/variant.h:668
↓ 66 callersMethodAddDataset
tensorflow/tensorflow/core/framework/dataset.cc:198
↓ 66 callersFunctionGetMklShape
Get the MKL shape from the second string tensor
tensorflow/tensorflow/core/util/mkl_util.h:700
↓ 66 callersFunctionGraphToFunctionDef
tensorflow/tensorflow/core/framework/graph_to_functiondef.cc:113
↓ 66 callersFunctionGt
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2889
↓ 66 callersFunctionHasAttr
tensorflow/tensorflow/lite/toco/import_tensorflow.cc:70
↓ 66 callersMethodHashTable
tensorflow/tensorflow/core/kernels/lookup_table_op.h:174
↓ 66 callersFunctionParseProtoUnlimited
tensorflow/tensorflow/core/platform/protobuf_util.cc:20
↓ 66 callersMethodchannel_id
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:3639
↓ 66 callersMethodget_config
(self)
tensorflow/tensorflow/python/keras/metrics.py:1858
↓ 66 callersMethodminimize
Minimize `loss` by updating `var_list`. This method simply computes gradient using `tf.GradientTape` and calls `apply_gradients()`. If you wa
tensorflow/tensorflow/python/keras/optimizer_v2/optimizer_v2.py:288
↓ 66 callersMethodparse
Override existing hyperparameter values, parsing new values from a string. See parse_values for more detail on the allowed format for values.
tensorflow/tensorflow/contrib/training/python/training/hparam.py:537
← previousnext →1,101–1,200 of 109,079, ranked by callers