Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/nann
/ functions
Functions
109,079 in github.com/alibaba/nann
⨍
Functions
109,079
◇
Types & classes
19,521
↳
Endpoints
547
↓ 73 callers
Method
experimental_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 callers
Function
get_linear_model_column_var
(column, name='linear_model')
tensorflow/tensorflow/python/feature_column/feature_column_test.py:1309
↓ 73 callers
Method
get_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 callers
Method
min
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 callers
Method
request_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 callers
Method
size
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 callers
Function
Binary
tensorflow/tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:460
↓ 72 callers
Function
CreateOpKernel
tensorflow/tensorflow/core/framework/op_kernel.cc:1474
↓ 72 callers
Method
DebugString
tensorflow/tensorflow/core/common_runtime/ring_alg.cc:369
↓ 72 callers
Function
WaitUntilServableManagerStateIsOneOf
serving/tensorflow_serving/core/test_util/availability_test_util.cc:46
↓ 72 callers
Method
as_numpy_dtype
Returns a `numpy.dtype` based on this `DType`.
tensorflow/tensorflow/python/framework/dtypes.py:124
↓ 72 callers
Method
begin
tensorflow/tensorflow/compiler/jit/resource_operation_safety_analysis.cc:194
↓ 72 callers
Method
combine
tensorflow/tensorflow/core/lib/io/proto_encode_helper.h:69
↓ 72 callers
Method
end
tensorflow/tensorflow/contrib/boosted_trees/lib/utils/examples_iterable.h:178
↓ 72 callers
Method
find
tensorflow/tensorflow/core/kernels/xsmm_conv2d.cc:137
↓ 72 callers
Method
graph
tensorflow/tensorflow/core/grappler/optimizers/auto_mixed_precision.cc:409
↓ 72 callers
Method
input_tensor
tensorflow/tensorflow/core/graph/graph.cc:315
↓ 72 callers
Method
inverse_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 callers
Method
is_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 callers
Method
length
tensorflow/tensorflow/core/platform/tstring.h:132
↓ 72 callers
Method
release
Releases the cleanup function instead of running it. Hint: use c.release()() to run early.
tensorflow/tensorflow/core/lib/gtl/cleanup.h:90
↓ 72 callers
Method
run_restore_ops
Runs restore ops from the checkpoint. Requires a valid checkpoint.
tensorflow/tensorflow/python/training/tracking/util.py:629
↓ 72 callers
Method
set_name
tensorflow/tensorflow/compiler/jit/node_matchers.h:105
↓ 72 callers
Method
size
tensorflow/tensorflow/lite/context_util.h:40
↓ 71 callers
Function
ByteSizeOf
tensorflow/tensorflow/compiler/xla/service/llvm_ir/llvm_util.cc:499
↓ 71 callers
Function
Combine
tensorflow/tensorflow/core/util/equal_graph_def_test.cc:43
↓ 71 callers
Function
Get
If map has an entry for k, return the corresponding value, else return def.
tensorflow/tensorflow/core/lib/gtl/flatmap_test.cc:33
↓ 71 callers
Method
Invoke
tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/test_util.cc:71
↓ 71 callers
Function
New64
tensorflow/tensorflow/core/lib/random/random.cc:34
↓ 71 callers
Function
Not
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3119
↓ 71 callers
Method
Output
tensorflow/tensorflow/compiler/tf2xla/kernels/bcast_ops.cc:112
↓ 71 callers
Function
Prefix
Prepend the current test case's working temporary directory to <prefix>
tensorflow/tensorflow/core/util/tensor_bundle/tensor_bundle_test.cc:41
↓ 71 callers
Method
get_weights
Retrieves the weights of the model. Returns: A flat list of Numpy arrays.
tensorflow/tensorflow/python/keras/engine/training.py:162
↓ 71 callers
Method
nodes
tensorflow/tensorflow/lite/delegates/gpu/common/model.h:170
↓ 71 callers
Method
prefetch
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 callers
Method
set_dim
tensorflow/tensorflow/core/framework/tensor_shape.cc:412
↓ 71 callers
Method
update
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 callers
Function
AddN
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 callers
Method
Exit
Exit this control flow context.
tensorflow/tensorflow/python/ops/control_flow_ops.py:733
↓ 70 callers
Method
GetOutputShape
tensorflow/tensorflow/lite/kernels/reduce_test.cc:47
↓ 70 callers
Method
GetOutputs
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 callers
Function
Lt
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2899
↓ 70 callers
Method
add_variable
(self, name, shape, dtype=None, in
tensorflow/tensorflow/contrib/eager/python/network.py:492
↓ 70 callers
Method
devices
TODO(apassos) make this return a constant reference
tensorflow/tensorflow/core/common_runtime/eager/context.h:148
↓ 70 callers
Method
latest_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 callers
Method
matrix
tensorflow/tensorflow/core/framework/tensor.h:387
↓ 70 callers
Method
select
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:3693
↓ 70 callers
Method
shuffle
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 callers
Method
start
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 callers
Method
unwrap
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 callers
Method
AddOutput
tensorflow/tensorflow/core/grappler/utils.cc:126
↓ 69 callers
Function
Cancelled
tensorflow/tensorflow/compiler/xla/util.h:263
↓ 69 callers
Method
FindInputs
tensorflow/tensorflow/lite/delegates/gpu/common/model.h:229
↓ 69 callers
Function
Input
tensorflow/tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:366
↓ 69 callers
Function
ToString
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 callers
Function
ToString
Formats CUresult to output prettified values into a log stream.
tensorflow/tensorflow/stream_executor/cuda/cuda_driver.cc:130
↓ 69 callers
Method
as_list
Returning the inputs as a list.
tensorflow/tensorflow/python/keras/engine/training_utils.py:1749
↓ 69 callers
Method
assign_add
(self, *args, **kwargs)
tensorflow/tensorflow/python/distribute/values.py:1030
↓ 69 callers
Method
op_nodes
tensorflow/tensorflow/core/graph/graph.h:890
↓ 69 callers
Method
prepare
(self, test_fn, namespace, recursive=True)
tensorflow/tensorflow/python/autograph/core/converter_testing.py:124
↓ 68 callers
Method
AddFunctionLibrary
tensorflow/tensorflow/core/graph/graph.cc:621
↓ 68 callers
Function
ControlOutputFor
tensorflow/tensorflow/compiler/jit/deadness_analysis_test.cc:72
↓ 68 callers
Function
S
tensorflow/tensorflow/core/framework/common_shape_fns_test.cc:31
↓ 68 callers
Function
S
tensorflow/tensorflow/core/framework/shape_inference_test.cc:41
↓ 68 callers
Method
ToString
tensorflow/tensorflow/core/kernels/bias_op.cc:443
↓ 68 callers
Method
defun
()
tensorflow/tensorflow/python/framework/ops_test.py:2030
↓ 68 callers
Method
insert
tensorflow/tensorflow/core/lib/gtl/flatmap.h:240
↓ 68 callers
Method
minimize
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 callers
Method
num_elements
Returns the total number of elements, or none for incomplete shapes.
tensorflow/tensorflow/python/framework/tensor_shape.py:897
↓ 68 callers
Method
num_inputs
tensorflow/tensorflow/core/common_runtime/eager/kernel_and_device.h:166
↓ 68 callers
Method
set_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 callers
Method
uid
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 callers
Method
BuildAttrValue
tensorflow/tensorflow/core/framework/dataset.h:214
↓ 67 callers
Method
DebugString
serving/tensorflow_serving/core/manager.h:149
↓ 67 callers
Method
DebugString
tensorflow/tensorflow/compiler/jit/device_util.cc:80
↓ 67 callers
Method
ToShortString
tensorflow/tensorflow/compiler/xla/service/hlo_value.cc:89
↓ 67 callers
Function
V
A float val -> Tensor<float>
tensorflow/tensorflow/core/common_runtime/executor_test.cc:102
↓ 67 callers
Method
Value
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 callers
Method
addInput
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 callers
Function
dataset_fn
()
tensorflow/tensorflow/python/distribute/single_loss_example.py:35
↓ 67 callers
Method
get
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 callers
Method
get
()
tensorflow/tensorflow/python/training/experimental/loss_scale_test.py:114
↓ 67 callers
Method
mode
Returns the mode in which the file was opened.
tensorflow/tensorflow/python/lib/io/file_io.py:74
↓ 67 callers
Method
ok
tensorflow/tensorflow/stream_executor/rocm/rocm_dnn.cc:1639
↓ 67 callers
Method
size
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 callers
Method
size
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 callers
Method
sort
(self)
tensorflow/tensorflow/python/training/tracking/data_structures.py:553
↓ 67 callers
Method
summary
Summary of the accumulated runtime stats.
tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/RunStats.java:46
↓ 67 callers
Method
swap
tensorflow/tensorflow/core/framework/variant.h:668
↓ 66 callers
Method
AddDataset
tensorflow/tensorflow/core/framework/dataset.cc:198
↓ 66 callers
Function
GetMklShape
Get the MKL shape from the second string tensor
tensorflow/tensorflow/core/util/mkl_util.h:700
↓ 66 callers
Function
GraphToFunctionDef
tensorflow/tensorflow/core/framework/graph_to_functiondef.cc:113
↓ 66 callers
Function
Gt
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2889
↓ 66 callers
Function
HasAttr
tensorflow/tensorflow/lite/toco/import_tensorflow.cc:70
↓ 66 callers
Method
HashTable
tensorflow/tensorflow/core/kernels/lookup_table_op.h:174
↓ 66 callers
Function
ParseProtoUnlimited
tensorflow/tensorflow/core/platform/protobuf_util.cc:20
↓ 66 callers
Method
channel_id
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:3639
↓ 66 callers
Method
get_config
(self)
tensorflow/tensorflow/python/keras/metrics.py:1858
↓ 66 callers
Method
minimize
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 callers
Method
parse
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
← previous
next →
1,101–1,200 of 109,079, ranked by callers