MCPcopy Create free account

hub / github.com/alibaba/nann / functions

Functions109,079 in github.com/alibaba/nann

↓ 91 callersFunctioncycle
(obj, cycles, signatures=None)
tensorflow/tensorflow/python/saved_model/load_test.py:73
↓ 91 callersMethoddequeue_many
Dequeues and concatenates `n` elements from this queue. This operation concatenates queue-element component tensors along the 0th dimension t
tensorflow/tensorflow/python/ops/data_flow_ops.py:460
↓ 91 callersMethodfit
Trains a model given training data `x` predictions and `y` labels. Args: x: Matrix of shape [n_samples, n_features...] or the dictionary of
tensorflow/tensorflow/contrib/learn/python/learn/trainable.py:39
↓ 91 callersMethodfused_expression_root
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:3528
↓ 91 callersMethodget
serving/tensorflow_serving/core/servable_handle.h:92
↓ 91 callersMethodn2
tensorflow/tensorflow/compiler/xla/array2d.h:69
↓ 91 callersMethodvalue
-- ACCESSORS -------------------------------------------------------------- The class provides a value() accessor returning the stored ValueType value
tensorflow/tensorflow/core/lib/gtl/int_type.h:214
↓ 90 callersMethodBufferAt
Returns the buffer defined at the given instruction and index.
tensorflow/tensorflow/compiler/xla/service/heap_simulator_test.cc:332
↓ 90 callersMethodCopyFrom
\brief Copy the other tensor into this tensor and reshape it. This tensor shares other's underlying storage. Returns `true` iff `other.shape()` has t
tensorflow/tensorflow/core/framework/tensor.h:303
↓ 90 callersFunctionDiv
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3077
↓ 90 callersFunctionFindInstruction
tensorflow/tensorflow/compiler/xla/tools/interactive_graphviz.cc:113
↓ 90 callersFunctionGetOffset
tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/strided_slice.cc:88
↓ 90 callersFunctionHumanReadableNumBytes
tensorflow/tensorflow/core/lib/strings/numbers.cc:459
↓ 90 callersFunctionRandomDims
tensorflow/tensorflow/core/kernels/eigen_mkldnn_contraction_kernel_test.cc:31
↓ 90 callersMethodSetMklTensor
tensorflow/tensorflow/core/util/mkl_util.h:335
↓ 90 callersMethodassertNotEquals
Asserts that ProtoEq says a != b.
tensorflow/tensorflow/python/util/protobuf/compare_test.py:47
↓ 90 callersMethodbegin
tensorflow/tensorflow/core/lib/gtl/flatmap.h:209
↓ 90 callersMethodcreate_model_fn_ops
Returns `ModelFnOps` that a model_fn can return. Please note that, + Exactly one of `logits` and `logits_input` must be provided. + All a
tensorflow/tensorflow/contrib/learn/python/learn/estimators/head.py:149
↓ 90 callersMethoddata
\brief data() points to a memory region of size() bytes. NOTE(mrry): The `data()` method is not virtual for performance reasons. It can be called mul
tensorflow/tensorflow/core/framework/tensor.h:69
↓ 90 callersFunctionfunc
(top)
tensorflow/tensorflow/contrib/graph_editor/util.py:564
↓ 90 callersMethodgather_nd
r"""Gather slices from `params` into a Tensor with shape specified by `indices`. See tf.gather_nd for details. Args: indices: A `Tenso
tensorflow/tensorflow/python/ops/variables.py:952
↓ 90 callersMethodid
Return the unique identifier for this HloBuffer.
tensorflow/tensorflow/compiler/xla/service/hlo_buffer.h:91
↓ 90 callersMethodinverse
(self, y, name="inverse", **condition_kwargs)
tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/conditional_bijector.py:40
↓ 90 callersMethodjoin
Blocks until the thread terminates. Raises: self._testcase.failureException: If the thread terminates with due to an exceptio
tensorflow/tensorflow/python/framework/test_util.py:2143
↓ 89 callersMethodMakeDim
Returns a new dimension of the given size. The returned value is owned by this context.
tensorflow/tensorflow/core/framework/shape_inference.h:500
↓ 89 callersFunctionMul
tensorflow/tensorflow/c/c_test_util.cc:237
↓ 89 callersMethodSetBytesAuto
tensorflow/tensorflow/lite/delegates/gpu/cl/cl_kernel.cc:145
↓ 89 callersMethodassert_consumed
Raises an exception unless a non-trivial restoration has completed.
tensorflow/tensorflow/python/training/tracking/util.py:614
↓ 88 callersFunctionAllocateOutputSetMklShape
Allocate the second output tensor that will contain the MKL shape serialized
tensorflow/tensorflow/core/util/mkl_util.h:764
↓ 88 callersFunctionConcatInDim
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2853
↓ 88 callersFunctionDeleteOpAndArrays
tensorflow/tensorflow/lite/toco/tooling_util.cc:189
↓ 88 callersFunctionError
tensorflow/tensorflow/core/graph/testlib.cc:274
↓ 88 callersMethodNewNode
tensorflow/tensorflow/lite/delegates/gpu/common/model.h:211
↓ 88 callersFunctionParse
Parse the following regex manually name(\[index\])?(\.field)?
tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/variable_accessor.cc:31
↓ 88 callersMethodapply_gradients
Apply gradients to variables. This is the second part of `minimize()`. It returns an `Operation` that applies gradients. Args: gra
tensorflow/tensorflow/python/training/optimizer.py:531
↓ 88 callersMethodcond
()
tensorflow/tensorflow/python/kernel_tests/control_flow_ops_py_test.py:1323
↓ 88 callersMethodmake_initializable_iterator
Creates an `Iterator` for enumerating the elements of this dataset. Note: The returned iterator will be in an uninitialized state, and you mu
tensorflow/tensorflow/python/data/ops/dataset_ops.py:1718
↓ 88 callersMethodmake_one_shot_iterator
Creates an `Iterator` for enumerating the elements of this dataset. Note: The returned iterator will be initialized automatically. A "one-sho
tensorflow/tensorflow/python/data/ops/dataset_ops.py:1651
↓ 88 callersMethodn1
tensorflow/tensorflow/compiler/xla/array2d.h:68
↓ 88 callersMethodnetwork
Op converters (e.g. ConvertReshape) need to access the TRT network in order to add TRT layers.
tensorflow/tensorflow/compiler/tf2tensorrt/convert/convert_nodes.h:499
↓ 88 callersMethodproduct
tensorflow/tensorflow/lite/delegates/gpu/api.h:144
↓ 88 callersFunctionremove_undocumented
Removes symbols in a module that are not referenced by a docstring. Args: module_name: the name of the module (usually `__name__`). allowed
tensorflow/tensorflow/python/util/all_util.py:86
↓ 88 callersMethodrestore
Restores previously saved variables. This method runs the ops added by the constructor for restoring variables. It requires a session in whic
tensorflow/tensorflow/python/training/saver.py:1256
↓ 88 callersMethodsize
tensorflow/tensorflow/core/lib/strings/strcat.h:137
↓ 87 callersFunctionInput
tensorflow/tensorflow/core/util/equal_graph_def_test.cc:35
↓ 87 callersMethodRandomShuffleQueue
tensorflow/tensorflow/core/kernels/random_shuffle_queue_op.cc:89
↓ 87 callersFunctionTranspose
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3318
↓ 87 callersMethodUpdateErr
UpdateErr is used to notify Scope of any graph construction errors while creating the operation op.
tensorflow/tensorflow/go/op/scope.go:165
↓ 87 callersMethoddescription
tensorflow/tensorflow/core/lib/monitoring/metric_def.h:87
↓ 87 callersMethoddtype
tensorflow/tensorflow/core/common_runtime/function.cc:80
↓ 87 callersMethodget
Returns word's id in the vocabulary. If category is new, creates a new id for it. Args: category: string or integer to lookup in vocab
tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/categorical_vocabulary.py:68
↓ 87 callersMethodid
Returns the identifier of underlying Servable.
serving/tensorflow_serving/core/loader_harness.h:130
↓ 87 callersFunctionop
(converted_input, _, converted_padding)
tensorflow/tensorflow/python/ops/nn_ops.py:1289
↓ 86 callersMethodAccept
tensorflow/tensorflow/compiler/xla/service/hlo_instruction.cc:2938
↓ 86 callersFunctionExp
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3247
↓ 86 callersFunctionTensorFlowSrcRoot
tensorflow/tensorflow/core/platform/posix/test.cc:29
↓ 86 callersFunctionTfLiteTypeGetName
tensorflow/tensorflow/lite/c/c_api_internal.c:154
↓ 86 callersMethodextend
Add a sequence of trackable values.
tensorflow/tensorflow/python/training/tracking/data_structures.py:322
↓ 85 callersMethodPopulateTensor
tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/test_util.cc:62
↓ 85 callersMethodRun
tensorflow/tensorflow/compiler/xla/service/gpu/fusion_merger.cc:159
↓ 85 callersMethodShortDebugString
tensorflow/tensorflow/compiler/xla/shape.h:142
↓ 85 callersFunctionSlice
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:2821
↓ 85 callersFunctionfn
(inputs, *args, **kwargs)
tensorflow/tensorflow/python/keras/saving/saved_model/save.py:650
↓ 85 callersMethodgetOutput
tensorflow/tensorflow/lite/kernels/quant_basic_lstm_test.cc:97
↓ 85 callersMethodliteral
tensorflow/tensorflow/compiler/xla/service/indexed_array_analysis.h:96
↓ 85 callersMethodset_size
tensorflow/tensorflow/compiler/xla/service/buffer_assignment.h:295
↓ 85 callersMethodunique_id
Returns an id that is unique to this module across all modules created over the lifetime of this process.
tensorflow/tensorflow/compiler/xla/service/hlo_module.h:272
↓ 85 callersMethodunknown_shape
tensorflow/tensorflow/c/c_api_experimental_test.cc:501
↓ 85 callersMethodupdate
Apply gradients to a replica variable.
tensorflow/tensorflow/python/training/optimizer.py:674
↓ 84 callersFunctionMatchingFlatSize
Flat size calculation, checking that dimensions match with one or more other arrays.
tensorflow/tensorflow/lite/kernels/internal/types.h:462
↓ 84 callersFunctionTF_DeleteTensor
tensorflow/tensorflow/c/tf_tensor.cc:163
↓ 84 callersFunctionToString
tensorflow/tensorflow/stream_executor/rocm/rocm_dnn.cc:70
↓ 84 callersMethodWithValue
tensorflow/tensorflow/core/framework/shape_inference.cc:421
↓ 84 callersMethodassertArrayNear
Asserts that two float arrays are near each other. Checks that for all elements of farray1 and farray2 |f1 - f2| < err. Asserts a test failu
tensorflow/tensorflow/python/framework/test_util.py:2228
↓ 84 callersMethodcreate
Creates a Tensor from a Java object. <p>A {@code Tensor} is a multi-dimensional array of elements of a limited set of types. Not all Java objects can
tensorflow/tensorflow/java/src/main/java/org/tensorflow/Tensor.java:104
↓ 84 callersMethoddequeue
()
tensorflow/tensorflow/python/kernel_tests/fifo_queue_test.py:200
↓ 84 callersMethodfind
Find dumped tensor data by a certain predicate. Args: predicate: A callable that takes two input arguments: ```python def
tensorflow/tensorflow/python/debug/lib/debug_data.py:1417
↓ 84 callersMethodforward
(self, x, name="forward", **condition_kwargs)
tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/conditional_bijector.py:34
↓ 84 callersMethodglobal_variables
Returns the list of global variables created by the Template.
tensorflow/tensorflow/python/ops/template.py:444
↓ 84 callersMethodsave
Writes a `SavedModel` protocol buffer to disk. The function writes the SavedModel protocol buffer to the export directory in serialized forma
tensorflow/tensorflow/python/saved_model/builder_impl.py:395
↓ 84 callersMethodsoftmax
(final float[] vals)
tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java:118
↓ 84 callersMethodtest_session
(self)
tensorflow/tensorflow/compiler/tests/xla_test.py:230
↓ 83 callersFunctionAnd
Overload to call And with 3 or more operands. We need the following somewhat convoluted overload set to disambiguate with the overload that takes the
tensorflow/tensorflow/compiler/xla/client/xla_builder.h:1508
↓ 83 callersFunctionCheckGraph
tensorflow/tensorflow/core/grappler/mutable_graph_view_test.cc:88
↓ 83 callersFunctionConstantScalar
tensorflow/tensorflow/compiler/xla/service/pattern_matcher.h:2427
↓ 83 callersMethodFind
tensorflow/tensorflow/core/grappler/costs/graph_properties.cc:242
↓ 83 callersMethodLookUpOpDef
tensorflow/tensorflow/core/framework/op.cc:37
↓ 83 callersFunctionRunTest
tensorflow/tensorflow/compiler/tf2tensorrt/utils/trt_allocator_test.cc:23
↓ 83 callersFunctionSetAttrValue
tensorflow/tensorflow/core/framework/function_test.cc:1285
↓ 83 callersFunctionSqrt
tensorflow/tensorflow/compiler/xla/client/xla_builder.cc:3289
↓ 83 callersFunctionTF_TensorByteSize
tensorflow/tensorflow/c/tf_tensor.cc:175
↓ 83 callersMethodTransposeNode
tensorflow/tensorflow/core/grappler/optimizers/generic_layout_optimizer_transposer_test.cc:69
↓ 83 callersMethodUniform
tensorflow/tensorflow/core/lib/random/simple_philox.cc:23
↓ 83 callersMethodjoin
Wait for threads to terminate. This call blocks until a set of threads have terminated. The set of thread is the union of the threads passed
tensorflow/tensorflow/python/training/coordinator.py:322
↓ 83 callersMethodmatch
Matches nested structures. Recursively matches shape and values of `expected` and `actual`. Handles scalars, numpy arrays and other python se
tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/dataset_serialization_test_base.py:383
↓ 83 callersMethodnum_inputs
Returns the number of inputs to the operator.
tensorflow/tensorflow/compiler/tf2xla/xla_op_kernel.h:71
↓ 82 callersFunctionCUDABlasTranspose
tensorflow/tensorflow/stream_executor/cuda/cuda_blas.cc:289
↓ 82 callersMethodGetKind
tensorflow/tensorflow/compiler/xla/service/hlo_lexer.h:97
↓ 82 callersMethodRead3D
tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/util.cc:354
↓ 82 callersFunctionWriteStringToFile
tensorflow/tensorflow/core/platform/env.cc:423
← previousnext →901–1,000 of 109,079, ranked by callers