MCPcopy Create free account

hub / github.com/alibaba/nann / functions

Functions109,079 in github.com/alibaba/nann

↓ 176 callersMethodapply_op
Add a node invoking a registered Op to a graph. Example usage: # input1 and input2 can be Tensors or anything ops.convert_to_tensor()
tensorflow/tensorflow/python/framework/op_def_library.py:311
↓ 176 callersMethodemplace
tensorflow/tensorflow/compiler/tf2tensorrt/utils/trt_lru_cache.h:72
↓ 175 callersMethodGetNode
Finds node by index in the graph. If no such node exists in the graph, a `nullptr` is returned.
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:291
↓ 175 callersFunctionInit
tensorflow/tensorflow/lite/kernels/if.cc:33
↓ 175 callersMethodsrc
tensorflow/tensorflow/compiler/tf2tensorrt/segment/segment.cc:67
↓ 174 callersMethodempty
tensorflow/tensorflow/core/common_runtime/executor.cc:1238
↓ 174 callersMethodstatus
tensorflow/tensorflow/core/kernels/lookup_util.cc:162
↓ 173 callersFunctionConvertElementType
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3306
↓ 173 callersFunctionExpectFailure
tensorflow/tensorflow/core/framework/node_def_util_test.cc:58
↓ 173 callersMethodelement_type
Methods for accessing the primitive type.
tensorflow/tensorflow/compiler/xla/shape.h:92
↓ 172 callersFunctionNodeName
Return the node name corresponding to 'name' if name is valid, or the empty string otherwise.
tensorflow/tensorflow/core/grappler/utils.h:168
↓ 172 callersMethod_NewComputation
(self, name=None)
tensorflow/tensorflow/compiler/xla/python/xla_client_test.py:35
↓ 172 callersFunction_enqueue_vector
(sess, queue, values, shape=None)
tensorflow/tensorflow/contrib/metrics/python/ops/metric_ops_test.py:45
↓ 171 callersMethodAddNode
tensorflow/tensorflow/core/common_runtime/shape_refiner.cc:220
↓ 171 callersFunctionFastBoundsCheck
tensorflow/tensorflow/core/framework/bounds_check.h:30
↓ 170 callersMethodMakeShape
tensorflow/tensorflow/core/framework/op_kernel.cc:163
↓ 170 callersMethodget
tensorflow/tensorflow/core/kernels/map_stage_op.cc:374
↓ 170 callersMethodseed
tensorflow/tensorflow/core/kernels/cudnn_rnn_ops.cc:1004
↓ 168 callersMethodToString
tensorflow/tensorflow/compiler/xla/shape.cc:78
↓ 168 callersMethoddimensions_count
tensorflow/tensorflow/lite/toco/model.h:343
↓ 168 callersMethodevaluate
See evaluable.Evaluable.
tensorflow/tensorflow/contrib/learn/python/learn/estimators/dnn.py:672
↓ 168 callersMethodfill
Intelligently sets any non-specific parameters.
tensorflow/tensorflow/contrib/tensor_forest/python/tensor_forest.py:195
↓ 168 callersMethodtensor
tensorflow/tensorflow/core/framework/tensor.h:716
↓ 166 callersFunctionConst
tensorflow/tensorflow/cc/ops/const_op.h:36
↓ 166 callersFunctionNumDimensions
tensorflow/tensorflow/lite/kernels/kernel_util.h:27
↓ 166 callersFunction_enqueue_vector
(sess, queue, values, shape=None)
tensorflow/tensorflow/python/kernel_tests/metrics_test.py:46
↓ 166 callersMethodclear
tensorflow/tensorflow/core/kernels/map_stage_op.cc:462
↓ 166 callersMethodfail
(i)
tensorflow/tensorflow/python/eager/def_function_test.py:401
↓ 166 callersFunctionsum
Sum of the values in a tensor, alongside the specified axis. Arguments: x: A tensor or variable. axis: An integer, the axis to sum over
tensorflow/tensorflow/python/keras/backend.py:1883
↓ 165 callersFunctionRandomUniform
tensorflow/tensorflow/core/graph/testlib.cc:193
↓ 165 callersFunctionStartTiming
tensorflow/tensorflow/core/platform/default/test_benchmark.cc:251
↓ 165 callersMethodUnknownDim
tensorflow/tensorflow/core/framework/shape_inference.h:504
↓ 165 callersMethodrun
Execute a session. <p>The author apologizes for the ugliness of the long argument list of this method. However, take solace in the fact that this is
tensorflow/tensorflow/java/src/main/java/org/tensorflow/Session.java:480
↓ 165 callersMethodstack
tensorflow/tensorflow/core/platform/default/stacktrace.h:94
↓ 164 callersMethodinstruction
tensorflow/tensorflow/compiler/xla/service/hlo_value.h:125
↓ 162 callersMethodreset
(self)
NANN_impls/nann/util.py:42
↓ 161 callersMethodop
(x)
tensorflow/tensorflow/compiler/tests/unary_ops_test.py:898
↓ 161 callersFunctionshape
tensorflow/tensorflow/core/util/sparse/sparse_tensor.h:183
↓ 160 callersMethodadd_dimensions
tensorflow/tensorflow/compiler/xla/shape.h:99
↓ 160 callersMethodshape
(self)
tensorflow/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py:125
↓ 160 callersMethodstart
Starts the handler's workers. Arguments: workers: Number of workers. max_queue_size: queue size (when full, workers c
tensorflow/tensorflow/python/keras/utils/data_utils.py:629
↓ 159 callersFunctionToSet
tensorflow/tensorflow/core/framework/types.h:237
↓ 159 callersMethodgroup
tensorflow/tensorflow/core/util/sparse/group_iterator.cc:55
↓ 159 callersMethodinputs
tensorflow/tensorflow/lite/delegates/gpu/common/model.h:174
↓ 159 callersMethodpop
(l)
tensorflow/tensorflow/python/eager/function_test.py:2443
↓ 159 callersMethodsplit
Returns a Sharding that splits a tensor across a dimension. This creates a Tiled attribute, similar to tile(), but easier to use for the comm
tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/xla_sharding.py:92
↓ 158 callersMethodAppend
tensorflow/tensorflow/core/util/reporter.cc:27
↓ 158 callersMethodempty
Returns true if no tensors have been added to this store.
tensorflow/tensorflow/core/framework/session_state.h:78
↓ 158 callersMethodindex
Returns input/output port index.
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:76
↓ 158 callersMethodis_tensor
tensorflow/tensorflow/compiler/tf2tensorrt/convert/convert_nodes.h:312
↓ 158 callersMethodpop_back
tensorflow/tensorflow/compiler/xla/shape_util.h:79
↓ 157 callersFunctionStartsWith
tensorflow/tensorflow/core/platform/str_util.cc:150
↓ 155 callersMethodget_concrete_function
Returns a `ConcreteFunction` specialized to inputs and execution context. Args: *args: inputs to specialize on. **kwargs: inputs to s
tensorflow/tensorflow/python/eager/function.py:1861
↓ 155 callersMethodset_name
tensorflow/tensorflow/lite/delegates/flex/kernel.cc:185
↓ 155 callersMethodsum
tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/grow_stats.h:144
↓ 154 callersFunctionIsWellFormed
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:656
↓ 154 callersMethodadd
(self, layer_func)
tensorflow/tensorflow/contrib/eager/python/network.py:551
↓ 154 callersMethoddimensions
tensorflow/tensorflow/core/kernels/data_format_ops.h:55
↓ 154 callersMethodrandom_normal
A deterministic random normal if seed is passed.
tensorflow/tensorflow/python/ops/init_ops_v2.py:784
↓ 154 callersMethodset_dtype
tensorflow/tensorflow/core/framework/tensor.h:641
↓ 153 callersMethodGetOutput
tensorflow/tensorflow/lite/delegates/nnapi/nnapi_delegate_test.cc:2153
↓ 153 callersFunctionOffset
tensorflow/tensorflow/lite/kernels/internal/types.h:379
↓ 153 callersMethodsize
Number of elements currently held by this TopN object. This will be no greater than 'limit' passed to the constructor.
tensorflow/tensorflow/core/lib/gtl/top_n.h:99
↓ 153 callersMethodvalues
tensorflow/tensorflow/core/util/sparse/group_iterator.h:140
↓ 152 callersMethodIsControlEdge
tensorflow/tensorflow/core/graph/graph.h:878
↓ 152 callersMethodsize
Returns the size, in bytes, for the backing memory.
tensorflow/tensorflow/stream_executor/device_memory.h:80
↓ 151 callersFunctionEqualsProto
Polymorphic matcher to compare any two protos.
serving/tensorflow_serving/test_util/test_util.h:71
↓ 151 callersMethodExecutesBefore
tensorflow/tensorflow/compiler/xla/service/hlo_ordering.cc:35
↓ 151 callersFunctionInvalidArgumentError
tensorflow/tensorflow/lite/delegates/gpu/common/status.h:89
↓ 151 callersMethodassertNear
Asserts that two floats are near each other. Checks that |f1 - f2| < err and asserts a test failure if not. Args: f1: A float valu
tensorflow/tensorflow/python/framework/test_util.py:2210
↓ 151 callersMethodempty
tensorflow/tensorflow/core/platform/tstring.h:130
↓ 149 callersFunctionMatchingDim
Get common shape dim, DCHECKing that they all agree.
tensorflow/tensorflow/lite/kernels/internal/types.h:432
↓ 149 callersMethodnormal
Outputs random values from a normal distribution. Args: shape: A 1-D integer Tensor or Python array. The shape of the output tensor
tensorflow/tensorflow/python/ops/stateful_random_ops.py:394
↓ 149 callersMethodshape
Returns the `TensorShape` that represents the shape of this tensor. The shape is computed using shape inference functions that are registered
tensorflow/tensorflow/python/framework/ops.py:427
↓ 149 callersMethodunstack
Unstack the values of a `Tensor` in the TensorArray. If input value shapes have rank-`R`, then the output TensorArray will contain elements w
tensorflow/tensorflow/python/ops/tensor_array_ops.py:1132
↓ 148 callersMethodAddControlEdge
tensorflow/tensorflow/core/graph/graph.cc:529
↓ 148 callersFunctionabs
r"""Computes the absolute value of a tensor. Given a tensor of integer or floating-point values, this operation returns a tensor of the same type
tensorflow/tensorflow/python/ops/math_ops.py:247
↓ 147 callersFunctionInitGraph
tensorflow/tensorflow/core/graph/mkl_layout_pass_test.cc:50
↓ 147 callersFunctionTo32Bit
tensorflow/tensorflow/core/framework/tensor_types.h:117
↓ 146 callersMethodFind
tensorflow/tensorflow/core/framework/function.cc:1083
↓ 146 callersMethodnum_elements
Returns the total number of elements in the array.
tensorflow/tensorflow/compiler/xla/array.h:416
↓ 145 callersMethodDebugString
tensorflow/tensorflow/core/grappler/optimizers/auto_mixed_precision.cc:82
↓ 145 callersFunctionReset
tensorflow/tensorflow/core/common_runtime/session.cc:104
↓ 145 callersMethoddst_input
Return the index of the destination input that consumes the data carried by this edge. The special value kControlSlot is used for control dependencie
tensorflow/tensorflow/core/graph/graph.h:384
↓ 145 callersMethodindex
Returns the index of this allocation.
tensorflow/tensorflow/compiler/xla/service/buffer_assignment.h:79
↓ 145 callersMethodmax
Returns the maximum representable value in this data type. Raises: TypeError: if this is a non-numeric, unordered, or quantized type.
tensorflow/tensorflow/python/framework/dtypes.py:201
↓ 144 callersMethodNowMicros
\brief Returns the number of micro-seconds since the Unix epoch.
tensorflow/tensorflow/core/platform/env.h:262
↓ 144 callersFunctioncopy
Copy a subgraph. Args: sgv: the source subgraph-view. This argument is converted to a subgraph using the same rules than the function sub
tensorflow/tensorflow/contrib/graph_editor/transform.py:591
↓ 144 callersMethoddim_sizes
tensorflow/tensorflow/core/framework/tensor_shape.cc:403
↓ 143 callersFunctionIsEmpty
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:622
↓ 143 callersMethodempty
tensorflow/tensorflow/core/grappler/costs/graph_properties.cc:437
↓ 143 callersMethodtuple_shapes
If this is a tuple, returns its sequence of constituent Shape objects. Returns: Tuple sub-shapes. Raises: ValueError: if this is
tensorflow/tensorflow/compiler/xla/python_api/xla_shape.py:82
↓ 142 callersFunctionGetTupleElement
GetTupleElement(operand, N) matches a GTE instruction which gets the N'th tuple element of operand, while GetTupleElement(operand) matches any GTE ope
tensorflow/tensorflow/compiler/xla/service/hlo_matchers.h:330
↓ 142 callersMethodparameter_instruction
Returns the parameter instruction for the given parameter number.
tensorflow/tensorflow/compiler/xla/service/hlo_computation.h:177
↓ 142 callersMethodpop
tensorflow/tensorflow/core/kernels/map_stage_op.cc:396
↓ 141 callersFunctioncreate_tensor_data
Build tensor data spreading the range [min_value, max_value).
tensorflow/tensorflow/lite/testing/generate_examples_lib.py:239
↓ 140 callersMethodend
tensorflow/tensorflow/core/framework/tensor_shape.cc:505
↓ 140 callersMethodlog_prob
(self, x)
tensorflow/tensorflow/contrib/distributions/python/kernel_tests/vector_student_t_test.py:50
↓ 139 callersMethodRun
tensorflow/tensorflow/core/kernels/random_op_gpu.h:133
↓ 139 callersMethodassertRaisesWithPredicateMatch
Returns a context manager to enclose code expected to raise an exception. If the exception is an OpError, the op stack is also included in the me
tensorflow/tensorflow/python/framework/test_util.py:2717
← previousnext →501–600 of 109,079, ranked by callers