MCPcopy Create free account

hub / github.com/alibaba/nann / functions

Functions109,079 in github.com/alibaba/nann

↓ 119 callersMethodwhile_body
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:2113
↓ 118 callersFunctionLookupResource
tensorflow/tensorflow/core/framework/resource_mgr.h:679
↓ 118 callersFunctionNumpyArrayF32
Convenience wrapper to create Numpy arrays with a np.float32 dtype.
tensorflow/tensorflow/compiler/xla/python/xla_client_test.py:67
↓ 118 callersFunctionSub
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3065
↓ 118 callersMethodapply_gradients
Apply gradients to variables. This is the second part of `minimize()`. It returns an `Operation` that applies gradients. Args: gra
tensorflow/tensorflow/contrib/optimizer_v2/optimizer_v2.py:843
↓ 118 callersMethoddtype
(self)
tensorflow/tensorflow/contrib/labeled_tensor/python/ops/core.py:363
↓ 118 callersMethodget_slot
Return a slot named `name` created for `var` by the Optimizer. Some `Optimizer` subclasses use additional variables. For example `Momentum`
tensorflow/tensorflow/python/training/optimizer.py:735
↓ 118 callersFunctionvdotq_four_lane_s32
The vdotq_lane_s32 takes int8x8t for the rhs parameter, whereas the actual instruction selects from between 4 32-bit (4x8-bit packed) sub-registers, a
tensorflow/tensorflow/lite/kernels/internal/optimized/depthwiseconv_3x3_filter_common.h:128
↓ 117 callersMethodcond
(pred)
tensorflow/tensorflow/contrib/summary/summary_ops_graph_test.py:349
↓ 117 callersMethoddevice
The device for SaveSpec Tensors.
tensorflow/tensorflow/python/training/saving/saveable_object.py:78
↓ 117 callersFunctionldg
tensorflow/tensorflow/core/util/gpu_kernel_helper.h:139
↓ 117 callersMethodminimize
Add operations to minimize `loss` by updating `var_list`. This method simply combines calls `compute_gradients()` and `apply_gradients()`. If
tensorflow/tensorflow/python/training/optimizer.py:355
↓ 117 callersMethodnode_index
Returns index of node in GraphDef/GraphView.
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:156
↓ 117 callersMethodprob
Probability density/mass function. Args: value: `float` or `double` `Tensor`. name: Python `str` prepended to names of ops created by
tensorflow/tensorflow/python/ops/distributions/distribution.py:813
↓ 117 callersMethodunknown_rank
Return whether the rank is unknown
tensorflow/tensorflow/core/framework/tensor_shape.h:225
↓ 116 callersMethodAddControlEdge
tensorflow/tensorflow/compiler/tf2tensorrt/segment/segment.cc:207
↓ 116 callersFunctionConsumePrefix
tensorflow/tensorflow/core/platform/str_util.cc:107
↓ 116 callersFunctionScalar
tensorflow/tensorflow/core/kernels/training_ops_test.cc:83
↓ 116 callersMethodWithRankAtLeast
tensorflow/tensorflow/core/framework/shape_inference.cc:391
↓ 116 callersMethodconvert
Converts a TensorFlow GraphDef based on instance variables. Returns: The converted data in serialized format. Either a TFLite Flatbuffer or
tensorflow/tensorflow/lite/python/lite.py:871
↓ 116 callersMethodembedding_lookup
(ht, inputs)
NANN_impls/nann/model/model.py:176
↓ 116 callersMethodminimum
Returns a NumPy array specifying the minimum bounds (inclusive).
tensorflow/tensorflow/python/framework/tensor_spec.py:263
↓ 116 callersMethodoutput_shapes
(self)
tensorflow/tensorflow/python/framework/func_graph.py:418
↓ 115 callersMethodAddNode
tensorflow/tensorflow/core/grappler/optimizers/auto_mixed_precision.cc:275
↓ 115 callersMethodToProto
tensorflow/tensorflow/compiler/xla/shape.cc:58
↓ 115 callersMethoddevice_type
tensorflow/tensorflow/compiler/jit/kernels/xla_ops.h:60
↓ 115 callersMethodeval
tensorflow/tensorflow/core/kernels/data_format_ops.h:62
↓ 115 callersMethodset_shape
Only needed by variable op to set the shape of an uninitialized Tensor. TODO: Remove this when we have a better story for detecting uninitialized tens
tensorflow/tensorflow/core/framework/tensor.h:684
↓ 115 callersMethodsize
Returns the size of the file.
tensorflow/tensorflow/python/lib/io/file_io.py:100
↓ 114 callersMethodRun
tensorflow/tensorflow/core/common_runtime/placer.cc:100
↓ 114 callersFunctionRunTest
Run the test, and return 0 on success, 2 otherwise.
tensorflow/tensorflow/core/platform/platform_strings_test.cc:112
↓ 114 callersFunctioncpu_allocator
tensorflow/tensorflow/core/framework/allocator.cc:72
↓ 114 callersMethodsize
tensorflow/tensorflow/core/lib/io/block.h:35
↓ 113 callersMethodGetCurrNode
tensorflow/tensorflow/core/grappler/costs/virtual_scheduler.cc:113
↓ 113 callersMethodrange
`high - low`.
tensorflow/tensorflow/python/ops/distributions/uniform.py:149
↓ 113 callersMethodrelease
Releases the cleanup function instead of running it. Hint: use c.release()() to run early.
tensorflow/tensorflow/compiler/xla/util.h:590
↓ 113 callersMethodtensorflow_cpu_worker_threads
tensorflow/tensorflow/core/common_runtime/renamed_device.h:51
↓ 112 callersMethodIsArray
Whether this buffer contains an array.
tensorflow/tensorflow/compiler/xla/service/buffer_value.h:139
↓ 112 callersMethodcond
(not_all_done, *_)
tensorflow/tensorflow/python/ops/parallel_for/pfor.py:599
↓ 112 callersMethodfind
tensorflow/tensorflow/contrib/image/kernels/segmentation_ops.h:75
↓ 112 callersMethodgetName
tensorflow/tensorflow/compiler/tf2tensorrt/utils/trt_tensor_proxy.h:179
↓ 112 callersMethodnode_view
Returns NodeView from `graph_view_` at `node_index_`.
tensorflow/tensorflow/core/grappler/utils/graph_view_internal.h:65
↓ 112 callersMethodoutput_type
tensorflow/tensorflow/core/graph/graph.cc:186
↓ 112 callersMethodset_name
tensorflow/tensorflow/compiler/xla/service/hlo_module.h:101
↓ 112 callersMethodsrc_output
tensorflow/tensorflow/compiler/tf2tensorrt/segment/segment.cc:69
↓ 111 callersFunctionNodeWith
tensorflow/tensorflow/compiler/jit/node_matchers.h:234
↓ 111 callersMethodreset
Resets the RefPtr from a pointer. This is an ownership transfer operation, and the caller has to own a valid reference to ptr (unless ptr is nullptr).
tensorflow/tensorflow/compiler/xrt/xrt_refptr.h:85
↓ 110 callersFunctionEXPECT_DEATH
Note that it is not required that the first dimension be the number of batches. But it is required that the last dimension is the 'input_dim'. For th
tensorflow/tensorflow/lite/kernels/fully_connected_test.cc:899
↓ 110 callersMethodRankKnown
tensorflow/tensorflow/core/framework/shape_inference.h:361
↓ 110 callersFunctionToString
tensorflow/tensorflow/lite/delegates/gpu/common/shape.h:549
↓ 110 callersMethoddtype
Returns the data type.
tensorflow/tensorflow/core/framework/tensor.h:242
↓ 110 callersMethodget
(self, device=None)
tensorflow/tensorflow/python/distribute/values.py:832
↓ 110 callersMethodresult
Returns the result of the Metric. Args: write_summary: bool indicating whether to feed the result to the summary before returning.
tensorflow/tensorflow/contrib/eager/python/metrics_impl.py:340
↓ 110 callersMethodtrain
Fit the estimator using the training data. Train the estimator for `self._train_steps` steps, after waiting for `delay_secs` seconds. If `sel
tensorflow/tensorflow/contrib/learn/python/learn/experiment.py:330
↓ 109 callersMethodFlatSize
Returns the total count of elements, that is the size when flattened into a vector.
tensorflow/tensorflow/lite/kernels/internal/types.h:265
↓ 109 callersMethodInvoke
tensorflow/tensorflow/lite/delegates/nnapi/nnapi_delegate.cc:2710
↓ 109 callersFunctionShape
Verifies the shape or the shape and the layout of an HLO instruction against the provided shape object.
tensorflow/tensorflow/compiler/xla/service/hlo_matchers.h:377
↓ 109 callersFunctionSubtleMustCopy
tensorflow/tensorflow/core/framework/bounds_check.h:45
↓ 109 callersMethodas_default
Returns a context manager that enables summary writing.
tensorflow/tensorflow/python/ops/summary_ops_v2.py:188
↓ 109 callersMethodtruncated_normal
A deterministic truncated normal if seed is passed.
tensorflow/tensorflow/python/ops/init_ops_v2.py:802
↓ 108 callersFunctionGetOptionalInputTensor
tensorflow/tensorflow/lite/kernels/kernel_util.h:92
↓ 108 callersMethodIsLive
tensorflow/tensorflow/compiler/xla/service/hlo_liveness_analysis.cc:311
↓ 108 callersFunctionRun
tensorflow/tensorflow/lite/kernels/internal/optimized/depthwiseconv_uint8_3x3_filter.h:7862
↓ 108 callersMethodToString
tensorflow/tensorflow/core/lib/core/status.cc:176
↓ 108 callersMethodappend
(self, value)
tensorflow/tensorflow/python/autograph/utils/tensor_list.py:51
↓ 108 callersMethodassertLabeledTensorsEqual
(self, tensor_0, tensor_1)
tensorflow/tensorflow/contrib/labeled_tensor/python/ops/test_util.py:46
↓ 108 callersMethodbegin
tensorflow/tensorflow/compiler/xla/tests/exhaustive_op_test_utils.h:1026
↓ 108 callersMethodend
tensorflow/tensorflow/core/lib/gtl/flatmap.h:210
↓ 107 callersFunctionOp
Matches a node with op `op`.
tensorflow/tensorflow/compiler/jit/node_matchers.cc:440
↓ 107 callersMethodWithRankAtMost
tensorflow/tensorflow/core/framework/shape_inference.cc:406
↓ 107 callersMethodadd_weight
Adds a new variable to the layer. Arguments: name: Variable name. shape: Variable shape. Defaults to scalar if unspecified. dty
tensorflow/tensorflow/python/keras/engine/base_layer.py:402
↓ 107 callersMethodargmax
(x)
tensorflow/tensorflow/python/eager/backprop_test.py:576
↓ 107 callersMethodevent_shape_tensor
Shape of a single sample from a single batch as a 1-D int32 `Tensor`. Args: name: name to give to the op Returns: event_shape: `
tensorflow/tensorflow/python/ops/distributions/distribution.py:677
↓ 107 callersMethodreserve
If you know how many elements you will push at the time you create the TopN object, you can call reserve to preallocate the memory that TopN will need
tensorflow/tensorflow/lite/experimental/kernels/top_n.h:108
↓ 107 callersFunctionrun
Make and run an experiment. It creates an Experiment by calling `experiment_fn`. Then it calls the function named as `schedule` of the Experiment
tensorflow/tensorflow/contrib/learn/python/learn/learn_runner.py:109
↓ 107 callersMethodtrainable_variables
Sequence of variables owned by this module and it's submodules. Note: this method uses reflection to find variables on the current instance a
tensorflow/tensorflow/python/module/module.py:158
↓ 107 callersMethoduser_count
Returns the number of users of this instruction.
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.h:936
↓ 106 callersFunctionAddNodeInput
tensorflow/tensorflow/tools/graph_transforms/transform_utils.cc:141
↓ 106 callersFunctionLoadFunction
tensorflow/tensorflow/lite/nnapi/nnapi_implementation.cc:67
↓ 106 callersMethodOptions
tensorflow/tensorflow/core/graph/graph_def_builder.cc:25
↓ 106 callersMethoddata
tensorflow/tensorflow/core/platform/tstring.h:138
↓ 106 callersMethoddevice
The device of this variable.
tensorflow/tensorflow/python/ops/variables.py:1162
↓ 106 callersMethodexport_constant
Store export information for constants/string literals. Export information is stored in the module where constants/string literals are define
tensorflow/tensorflow/python/util/tf_export.py:349
↓ 106 callersMethodset
tensorflow/tensorflow/core/lib/core/bitmap.h:93
↓ 106 callersFunctionvdotq_s32
tensorflow/tensorflow/lite/kernels/internal/optimized/depthwiseconv_3x3_filter_common.h:147
↓ 105 callersMethodExists
tensorflow/tensorflow/contrib/ignite/kernels/igfs/igfs_client.h:57
↓ 105 callersFunctionNumInputs
tensorflow/tensorflow/lite/kernels/kernel_util.h:74
↓ 105 callersFunctionfn
Call `metric_value_fn` in the correct control flow context.
tensorflow/tensorflow/python/ops/metrics_impl.py:282
↓ 105 callersMethodfunc
(ids)
tensorflow/tensorflow/contrib/factorization/python/ops/factorization_ops.py:636
↓ 105 callersFunctionrange
Returns a `RaggedTensor` containing the specified sequences of numbers. Each row of the returned `RaggedTensor` contains a single sequence: ```p
tensorflow/tensorflow/python/ops/ragged/ragged_math_ops.py:42
↓ 105 callersMethodwith_options
Returns a new `tf.data.Dataset` with the given options set. The options are "global" in the sense they apply to the entire dataset. If option
tensorflow/tensorflow/python/data/ops/dataset_ops.py:1592
↓ 104 callersMethodConcatenate
tensorflow/tensorflow/core/framework/tensor_shape.cc:634
↓ 104 callersMethodFinish
tensorflow/tensorflow/lite/schema/schema_generated.h:9400
↓ 104 callersMethodPath
tensorflow/tensorflow/compiler/jit/graphcycles/graphcycles_test.cc:401
↓ 104 callersFunctionstring_to_codes
(cmd)
tensorflow/tensorflow/python/debug/cli/curses_ui_test.py:39
↓ 103 callersMethodBuild
static */
tensorflow/tensorflow/compiler/xla/service/gpu/gpu_hlo_schedule.cc:192
↓ 103 callersMethodCoordinator
tensorflow/tensorflow/cc/training/coordinator.cc:20
↓ 103 callersMethodGetNode
tensorflow/tensorflow/core/grappler/utils.cc:98
↓ 103 callersFunctionSetNodeAttr
tensorflow/tensorflow/tools/graph_transforms/transform_utils.h:76
↓ 103 callersMethod_test_loop_fn
(self, loop_fn, iters, loop_fn_dtypes=dtypes.float32, parallel_iterati
tensorflow/tensorflow/python/ops/parallel_for/test_util.py:52
← previousnext →701–800 of 109,079, ranked by callers