MCPcopy Create free account

hub / github.com/DeepRec-AI/DeepRec / functions

Functions117,897 in github.com/DeepRec-AI/DeepRec

↓ 78 callersMethodReshape
tensorflow/compiler/xla/client/xla_builder.cc:987
↓ 78 callersMethodmutable_dims
tensorflow/lite/toco/model.h:342
↓ 78 callersMethodread_value
Returns the value of this variable, read in the current context. Can be different from value() if it's on another device, with control depend
tensorflow/python/ops/variables.py:658
↓ 77 callersFunctionError
tensorflow/core/graph/testlib.cc:274
↓ 77 callersFunctionGetInputNode
tensorflow/core/grappler/optimizers/data/graph_utils.cc:270
↓ 77 callersMethodIsTuple
tensorflow/compiler/xla/shape.h:58
↓ 77 callersFunctionLinear
tensorflow/cc/framework/cc_ops_test.cc:28
↓ 77 callersMethodReportErrorOrReturn
tensorflow/compiler/xla/client/xla_builder.cc:148
↓ 77 callersMethodassign_add
(self, delta, use_locking=None, name=None, read_value=True)
tensorflow/python/keras/mixed_precision/experimental/autocast_variable.py:126
↓ 77 callersMethodis_ragged
Returns true if the indicated dimension is ragged.
tensorflow/python/ops/ragged/ragged_tensor_shape.py:205
↓ 77 callersMethodmatmul
Transform [batch] matrix `x` with left multiplication: `x --> Ax`. ```python # Make an operator acting like batch matrix A. Assume A.shape
tensorflow/python/ops/linalg/linear_operator.py:575
↓ 77 callersMethodsize
Returns the number of input tensors.
tensorflow/core/grappler/optimizers/data/vectorization/vectorizer.h:89
↓ 77 callersMethodvalues
Returns the values captured so far. Returns: `dict` mapping `int` step numbers to that values of the variable at the respective s
tensorflow/contrib/learn/python/learn/monitors.py:812
↓ 76 callersFunctionCompute
tensorflow/core/kernels/maxpooling_op.cc:1200
↓ 76 callersMethodDebugString
tensorflow/core/common_runtime/ring_alg.cc:369
↓ 76 callersFunctionInitialize
Initializes the module.
tensorflow/compiler/xla/python/bfloat16.cc:1290
↓ 76 callersFunctionNew64
tensorflow/core/lib/random/random.cc:35
↓ 76 callersFunctionNewDevice
tensorflow/core/distributed_runtime/collective_rma_distributed_test.cc:45
↓ 76 callersMethodNewRandomAccessFile
tensorflow/core/platform/env.cc:132
↓ 76 callersMethodSetInput
tensorflow/lite/delegates/nnapi/nnapi_delegate_test.cc:2135
↓ 76 callersMethodSetMemoryAuto
tensorflow/lite/delegates/gpu/cl/cl_kernel.cc:132
↓ 76 callersMethodadjoint
Returns the adjoint of the current `LinearOperator`. Given `A` representing this `LinearOperator`, return `A*`. Note that calling `self.adjoi
tensorflow/python/ops/linalg/linear_operator.py:870
↓ 76 callersMethodfrom_row_splits
Creates a `RaggedTensor` with rows partitioned by `row_splits`. The returned `RaggedTensor` corresponds with the python list defined by: ```
tensorflow/python/ops/ragged/ragged_tensor.py:404
↓ 76 callersMethodget_hyper
Returns the `name` hyper parameter, optionally cast to `dtype`.
tensorflow/contrib/optimizer_v2/optimizer_v2.py:477
↓ 76 callersMethodinvoke
Invoke the interpreter. Be sure to set the input sizes, allocate tensors and fill values before calling this. Also, note that this function r
tensorflow/lite/python/interpreter.py:440
↓ 76 callersMethodset_dim
tensorflow/core/framework/tensor_shape.cc:498
↓ 76 callersMethodsort
(self)
tensorflow/python/training/tracking/data_structures.py:553
↓ 76 callersMethodtuple_shapes_size
Methods for accessing the tuple subshapes. This field only non-empty for tuple shapes.
tensorflow/compiler/xla/shape.h:117
↓ 75 callersFunctionExponentialRandomPositiveInt
tensorflow/lite/kernels/internal/test_util.cc:82
↓ 75 callersMethodIsArray
Returns whether the shape is of the specified type (array, tuple, etc).
tensorflow/compiler/xla/shape.h:57
↓ 75 callersMethodIsReachable
tensorflow/compiler/xla/service/hlo_reachability.cc:77
↓ 75 callersMethodMakeInstructionPostOrder
tensorflow/compiler/xla/service/hlo_computation.cc:479
↓ 75 callersFunctionRequiredBufferSizeForShape
tensorflow/lite/toco/tooling_util.cc:749
↓ 75 callersMethodToString
tensorflow/core/kernels/bias_op.cc:443
↓ 75 callersMethodWithControlInputs
tensorflow/core/graph/graph_def_builder.cc:41
↓ 75 callersMethodnum_elements
Returns the total number of elements, or none for incomplete shapes.
tensorflow/python/framework/tensor_shape.py:897
↓ 75 callersMethodok
Returns this->status().ok()
tensorflow/stream_executor/lib/statusor.h:165
↓ 74 callersMethodCreateFusionInstruction
tensorflow/compiler/xla/service/hlo_computation.cc:726
↓ 74 callersMethodGetDeviceAddress
tensorflow/compiler/xla/service/gpu/buffer_allocations.cc:155
↓ 74 callersMethodOutputTime
tensorflow/core/framework/model.cc:954
↓ 74 callersFunctionPad
tensorflow/compiler/xla/client/xla_builder.cc:2963
↓ 74 callersMethodPrint
tensorflow/compiler/jit/deadness_analysis.cc:1550
↓ 74 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/go/tensor.go:170
↓ 74 callersMethod_get_control_flow_context
Returns the current control flow context. Returns: A context object.
tensorflow/python/framework/ops.py:3107
↓ 74 callersMethoddevices
TODO(apassos) make this return a constant reference
tensorflow/core/common_runtime/eager/context.h:148
↓ 74 callersMethodminor_to_major
tensorflow/compiler/xla/layout.h:173
↓ 74 callersMethodparameters
tensorflow/core/profiler/internal/tfprof_node.h:657
↓ 74 callersMethodrend
tensorflow/compiler/xla/shape_tree.h:181
↓ 73 callersMethodBuildAttrValue
tensorflow/core/framework/dataset.h:214
↓ 73 callersFunctionIsConstantParameterArray
tensorflow/lite/toco/tooling_util.cc:758
↓ 73 callersFunctionNoGradient
tensorflow/cc/framework/gradients.cc:580
↓ 73 callersFunctionOr
Overload to call Or with 3 or more operands. As with `And`, we need the following complicated overload set to handle the default arg in the `Or` over
tensorflow/compiler/xla/client/xla_builder.h:1657
↓ 73 callersFunctionToString
tensorflow/lite/delegates/gpu/gl/compiler/variable_accessor.cc:90
↓ 73 callersMethodcdf
(self, value, name="cdf", **condition_kwargs)
tensorflow/contrib/distributions/python/ops/conditional_distribution.py:60
↓ 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/python/distribute/distribute_lib.py:887
↓ 73 callersMethodgetOutput
tensorflow/lite/kernels/quant_basic_lstm_test.cc:97
↓ 73 callersFunctionget_linear_model_column_var
(column, name='linear_model')
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/contrib/learn/python/learn/estimators/estimator.py:672
↓ 73 callersMethodinputs
The input tensors of this subgraph view.
tensorflow/contrib/graph_editor/subgraph.py:494
↓ 73 callersMethodmin
Returns the minimum representable value in this data type. Raises: TypeError: if this is a non-numeric, unordered, or quantized type.
tensorflow/python/framework/dtypes.py:177
↓ 73 callersMethodsize
Gets the total dataset size (number of elements). Returns: An integer denoting the number of elements in the dataset.
tensorflow/python/keras/utils/io_utils.py:145
↓ 72 callersFunctionBinary
tensorflow/compiler/jit/encapsulate_cuda_graph_mode_subgraphs_pass_test.cc:461
↓ 72 callersFunctionBinary
tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:460
↓ 72 callersFunctionCancelled
tensorflow/compiler/xla/util.h:270
↓ 72 callersFunctionConvert
Converts a char (8 bits) into a 6-bit value for decoding. If the input char is invalid for base64 encoding, the return value has at least its upper 25
tensorflow/core/lib/strings/base64.cc:48
↓ 72 callersMethodDeallocateRaw
tensorflow/core/common_runtime/gpu/gpu_vmem_allocator.cc:71
↓ 72 callersMethodDevice
tensorflow/compiler/xla/python/local_client.h:44
↓ 72 callersFunctionGetI64ElementsAttr
Returns 1D 64-bit dense elements attribute with the given values.
tensorflow/compiler/mlir/xla/transforms/legalize_tf.cc:94
↓ 72 callersMethodHashTable
tensorflow/core/framework/hash_table/hash_table.cc:108
↓ 72 callersMethodIsOp
Anything other than the special Source & Sink nodes.
tensorflow/core/graph/graph.h:146
↓ 72 callersMethodas_numpy_dtype
Returns a `numpy.dtype` based on this `DType`.
tensorflow/python/framework/dtypes.py:124
↓ 72 callersMethodcombine
tensorflow/core/lib/io/proto_encode_helper.h:69
↓ 72 callersMethodend
tensorflow/contrib/boosted_trees/lib/utils/examples_iterable.h:178
↓ 72 callersMethodinput_tensor
tensorflow/core/graph/graph.cc:328
↓ 72 callersMethodinverse_log_det_jacobian
( self, y, event_ndims, name="inverse_log_det_jacobian", **condition_kwargs)
tensorflow/contrib/distributions/python/ops/bijectors/conditional_bijector.py:46
↓ 72 callersMethodlatest_checkpoint
The prefix of the most recent checkpoint in `directory`. Equivalent to `tf.train.latest_checkpoint(directory)` where `directory` is the const
tensorflow/python/training/checkpoint_management.py:613
↓ 72 callersMethodlength
tensorflow/core/platform/tstring.h:144
↓ 72 callersMethodrun_restore_ops
Runs restore ops from the checkpoint. Requires a valid checkpoint.
tensorflow/python/training/tracking/util.py:629
↓ 72 callersMethodsize
tensorflow/lite/context_util.h:40
↓ 71 callersMethodClear
tensorflow/core/util/util.cc:55
↓ 71 callersFunctionDataTypeSize
tensorflow/core/framework/types.cc:228
↓ 71 callersMethodDebugString
tensorflow/compiler/xla/python/local_client.cc:110
↓ 71 callersFunctionGetMklShape
Get the OneDNN shape from the second string tensor
tensorflow/core/util/mkl_util.h:683
↓ 71 callersMethodInvoke
tensorflow/lite/delegates/gpu/gl/kernels/test_util.cc:71
↓ 71 callersMethodLookup
tensorflow/core/kernels/group_embedding/group_embedding_lookup_sparse_forward_base_ops.cu.h:566
↓ 71 callersFunctionNot
tensorflow/compiler/xla/client/xla_builder.cc:3289
↓ 71 callersFunctionRunTest
tensorflow/compiler/tf2tensorrt/utils/trt_allocator_test.cc:23
↓ 71 callersMethodSleepForMicroseconds
tensorflow/core/platform/env.h:370
↓ 71 callersFunctionUseRealTime
tensorflow/core/platform/default/test_benchmark.cc:297
↓ 71 callersMethodcontainer
Returns a context manager that specifies the resource container to use. Stateful operations, such as variables and queues, can maintain their
tensorflow/python/framework/ops.py:4459
↓ 71 callersMethodforward_input_or_allocate_output
tensorflow/core/framework/op_kernel.h:1705
↓ 71 callersMethodget_weights
Retrieves the weights of the model. Returns: A flat list of Numpy arrays.
tensorflow/python/keras/engine/training.py:162
↓ 71 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/python/framework/dtypes.py:240
↓ 71 callersMethodkeep_weights
Scope class for bfloat16 variables so that the model uses custom getter. This enables variables to be read as bfloat16 type when using get_variab
tensorflow/python/ops/variable_scope.py:3008
↓ 71 callersMethodnodes
tensorflow/lite/delegates/gpu/common/model.h:170
↓ 71 callersMethoduid
Generates a 'Unique Identifier' based on all internal fields. Caller should use the uid string to check `RunConfig` instance integrity in one
tensorflow/contrib/learn/python/learn/estimators/run_config.py:344
↓ 71 callersMethodupdate
Updates the progress bar. Arguments: current: Index of current step. values: List of tuples: `(name, value_for_last_s
tensorflow/python/keras/utils/generic_utils.py:352
↓ 70 callersFunctionByteAs64
tensorflow/core/lib/hash/hash.cc:33
↓ 70 callersMethodExit
Exit this control flow context.
tensorflow/python/ops/control_flow_ops.py:733
↓ 70 callersMethodGetLoc
Returns the location of the current token.
tensorflow/compiler/xla/service/hlo_lexer.h:127
← previousnext →1,101–1,200 of 117,897, ranked by callers