Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ functions
Functions
17,951 in github.com/NVIDIA/DALI
⨍
Functions
17,951
◇
Types & classes
3,242
↳
Endpoints
95
↓ 93 callers
Function
_arithm_op
(name: str, *args)
dali/python/nvidia/dali/experimental/dynamic/_arithmetic.py:24
↓ 92 callers
Method
add
dali/kernels/reduce/online_reducer.h:55
↓ 92 callers
Method
generic_visit
(self, node)
dali/python/nvidia/dali/_autograph/pyct/ast_util.py:171
↓ 88 callers
Method
device_id
dali/pipeline/operator/builtin/input_operator.h:44
↓ 87 callers
Method
GetThreadPool
dali/operators/imgcodec/image_decoder.h:511
↓ 86 callers
Method
assertScopeIs
Assert the scope contains specific used, modified & created variables.
dali/test/python/autograph/pyct/static_analysis/test_activity.py:153
↓ 85 callers
Method
find
dali/operators/video/reader/video_reader_decoder_op.cc:63
↓ 85 callers
Method
str
@brief Copies the contents to std::string */
include/dali/core/tensor_layout.h:117
↓ 83 callers
Method
Acquire
dali/operators/util/axis_args.cc:55
↓ 83 callers
Method
Build
dali/c_api_2/pipeline.cc:89
↓ 83 callers
Function
size
include/dali/core/util.h:62
↓ 81 callers
Method
copy
Returns a deep copy of node (excluding some fields, see copy_clean).
dali/python/nvidia/dali/_autograph/pyct/ast_util.py:33
↓ 81 callers
Method
current
Returns the instance of the current pipeline set by :meth:`push_current`.
dali/python/nvidia/dali/pipeline.py:709
↓ 80 callers
Method
reset
dali/c_api_2/ref_counting.h:123
↓ 77 callers
Method
augmentation
The method to update augmentation parameters specified with `@augmentation` decorator. Returns a new augmentation with the original o
dali/python/nvidia/dali/auto_aug/core/_augmentation.py:249
↓ 77 callers
Function
swap
dali/pipeline/data/buffer.h:497
↓ 75 callers
Method
ShareData
dali/pipeline/data/tensor_list.cc:894
↓ 75 callers
Method
assertTypes
(self, node, expected)
dali/test/python/autograph/pyct/static_analysis/test_type_inference.py:68
↓ 75 callers
Function
check_single_input
( op, input_layout="HWC", get_data=get_data, batch=True, cycle=None, exec_async=True,
dali/test/python/test_dali_cpu_only.py:159
↓ 75 callers
Method
what
dali/pipeline/operator/error_reporting.h:98
↓ 74 callers
Method
ExternalSource
dali/pipeline/operator/builtin/external_source.h:49
↓ 74 callers
Method
allocate
Creates new SharedMem instance representing freshly allocated shared memory of ``size`` bytes. Parameters ----------
dali/python/nvidia/dali/_multiproc/shared_mem.py:56
↓ 74 callers
Method
next_epoch
Obtains an iterator that goes over the next epoch from the reader. The return value is an iterator that returns either individual sa
dali/python/nvidia/dali/experimental/dynamic/_ops.py:919
↓ 73 callers
Method
erase
include/dali/core/small_vector.h:569
↓ 72 callers
Function
AccessOrder
include/dali/core/access_order.h:34
↓ 72 callers
Method
data
dali/pipeline/data/sample_view.h:80
↓ 72 callers
Method
slice
Interface for samplewise slicing. Regular slicing selects samples first and then slices each sample with common slicing parameters.
dali/python/nvidia/dali/experimental/dynamic/_batch.py:618
↓ 71 callers
Method
decode
Decode boxes that are encoded relative to an anchor collection. Args: rel_codes: a tensor representing N relative-encoded boxes
docs/examples/use_cases/tensorflow/efficientdet/pipeline/anchors_utils/box_coder.py:74
↓ 71 callers
Method
find
Look up a node by call chain tuple (not frame). Returns None if not found.
dali/python/nvidia/dali/experimental/dynamic/_compile.py:103
↓ 69 callers
Method
insert
(self, call_chain: CallChain, node: CompileNode)
dali/python/nvidia/dali/experimental/dynamic/_compile.py:95
↓ 69 callers
Method
tensor_data
include/dali/core/tensor_view.h:308
↓ 68 callers
Method
item
Returns the only item in the tensor. Useful for scalars (0D tensors).
dali/python/nvidia/dali/experimental/dynamic/_tensor.py:522
↓ 68 callers
Method
max
include/dali/core/random/philox.h:91
↓ 67 callers
Method
layout
(self)
dali/test/python/experimental_mode/test_invocation.py:60
↓ 67 callers
Method
log
(self, **kwargs)
docs/examples/use_cases/pytorch/efficientnet/image_classification/logger.py:350
↓ 67 callers
Method
ndim
* @brief Returns the number of dimensions of the Tensor */
dali/pipeline/data/tensor.h:320
↓ 67 callers
Method
put
(self, msgs: List[MSG_CLASS])
dali/python/nvidia/dali/_multiproc/shared_queue.py:133
↓ 67 callers
Function
to_string
dali/operators/decoder/inflate/inflate_params.h:44
↓ 67 callers
Method
value
(self)
dali/python/nvidia/dali/_autograph/pyct/transformer.py:142
↓ 66 callers
Method
Run
dali/c_api_2/pipeline.cc:93
↓ 66 callers
Method
assertHasDefs
(self, node, num)
dali/test/python/autograph/pyct/static_analysis/test_reaching_definitions.py:51
↓ 66 callers
Function
doc_entry
Place given notebook or doc page in the toctree and optionally add a reference from operator documentation to that notebook or page. Paramete
docs/doc_index.py:127
↓ 66 callers
Method
info
Print information about the annotation file. :return:
docs/examples/use_cases/tensorflow/yolov4/src/np/coco.py:121
↓ 64 callers
Method
Size
Give the size of the data accessed through the Loader
dali/operators/reader/loader/loader.h:383
↓ 63 callers
Function
to_string
dali/pipeline/data/types.h:502
↓ 63 callers
Method
wait
(self)
dali/python/nvidia/dali/experimental/dynamic/_async.py:58
↓ 61 callers
Method
AddExternalInput
dali/pipeline/operator/builtin/conditional/split_merge_test.cc:135
↓ 61 callers
Method
SetContiguity
dali/pipeline/data/tensor_list.cc:778
↓ 61 callers
Function
SpecGPU
dali/pipeline/executor/executor2/stream_assignment_test.cc:92
↓ 61 callers
Method
ceil
Ceiling implementation. \param arg value to round \return rounded value
include/dali/util/half.hpp:1628
↓ 61 callers
Method
equal
(self, a, b)
dali/test/python/checkpointing/test_dali_checkpointing_fw_iterators.py:39
↓ 59 callers
Method
device_id
Id of the GPU used by the pipeline or None, if not set. If the pipeline requires a GPU but none was specified at construction, the current GP
dali/python/nvidia/dali/pipeline.py:488
↓ 59 callers
Method
front
include/dali/core/span.h:87
↓ 59 callers
Method
register
Adds a stateful op to the checkpoint. Parameters ---------- op : Reader or RNG The stateful object to register. M
dali/python/nvidia/dali/experimental/dynamic/checkpoint.py:222
↓ 58 callers
Function
Check
dali/test/tensor_test_utils.h:101
↓ 58 callers
Method
NumOp
dali/pipeline/operator/checkpointing/checkpoint.cc:74
↓ 58 callers
Function
check_single_input
(op, device, dump_artifacts=True, **kwargs)
dali/test/python/checkpointing/test_dali_stateless_operators.py:104
↓ 58 callers
Function
op
(data, op_id_mag_id)
dali/test/python/auto_aug/test_rand_augment.py:253
↓ 57 callers
Function
abs
Computes absolute value of values in `input`. :rtype: TensorList of abs(input). The type is preserved.
dali/python/nvidia/dali/math.py:98
↓ 57 callers
Method
assertGraphEnds
Tests whether the CFG has the specified entry and exits.
dali/test/python/autograph/pyct/test_cfg.py:117
↓ 57 callers
Method
assertGraphMatches
Tests whether the CFG contains the specified edges.
dali/test/python/autograph/pyct/test_cfg.py:103
↓ 56 callers
Function
f
(n)
dali/test/python/conditionals/test_pipeline_conditionals.py:188
↓ 56 callers
Function
to_array
(dali_out)
dali/test/python/test_utils.py:727
↓ 55 callers
Method
as_batch
Converts the list of tensors to a :class:`Batch` object.
dali/python/nvidia/dali/experimental/dynamic/_batch.py:149
↓ 55 callers
Method
next
Returns the next batch of data.
dali/python/nvidia/dali/plugin/base_iterator.py:579
↓ 55 callers
Method
tensor_size
* @brief Return the total size or extent of `sample` */
include/dali/core/tensor_shape.h:593
↓ 55 callers
Method
type
dali/pipeline/proto/dali_proto_intern.cc:70
↓ 55 callers
Method
update
(self)
dali/python/nvidia/dali/_autograph/utils/tf_stack.py:88
↓ 54 callers
Method
epoch_size
(self, *args, **kwargs)
dali/test/python/test_RN50_external_source_parallel_utils.py:237
↓ 54 callers
Method
name
dali/pipeline/proto/dali_proto_intern.cc:66
↓ 54 callers
Method
pop
Remove the top scope from the stack
dali/python/nvidia/dali/_conditionals.py:222
↓ 54 callers
Method
read
(self)
dali/python/nvidia/dali/_autograph/operators/variables.py:86
↓ 54 callers
Method
seed
Random seed used in the pipeline or None, if seed is not fixed.
dali/python/nvidia/dali/pipeline.py:497
↓ 53 callers
Function
T
include/dali/core/geom/mat.h:172
↓ 53 callers
Method
_build_cfg
(self, fn)
dali/test/python/autograph/pyct/test_cfg.py:87
↓ 53 callers
Function
div_ceil
include/dali/core/util.h:99
↓ 53 callers
Method
float
Conversion to single-precision. \return single precision value representing expression value operator float() const { return detail::half2float(data_)
include/dali/util/half.hpp:1029
↓ 53 callers
Method
nbytes
dali/pipeline/data/tensor_list.cc:437
↓ 52 callers
Method
get
dali/test/tensor_list_wrapper.h:114
↓ 52 callers
Method
size
(self)
dali/python/nvidia/dali/_debug_mode.py:295
↓ 51 callers
Method
Apply
dali/operators/random/noise/shot_noise.h:43
↓ 51 callers
Function
sqrt
Computes square root of values in `input`. :rtype: TensorList of sqrt(input). If input is an integer, the result will be float, other
dali/python/nvidia/dali/math.py:35
↓ 50 callers
Method
GetInputBatchSize
* Returns batch size for a given input */
dali/pipeline/workspace/workspace.h:284
↓ 50 callers
Method
Outputs
dali/pipeline/pipeline.cc:751
↓ 50 callers
Method
RunTest
dali/operators/reader/coco_reader_op_test.cc:148
↓ 50 callers
Method
raw_mutable_data
dali/pipeline/data/sample_view.h:49
↓ 50 callers
Function
size
dali/pipeline/data/types.h:244
↓ 49 callers
Function
GetTypeInfo
dali/pipeline/data/types_test.cc:36
↓ 49 callers
Method
close
dali/core/os/shared_mem.cc:168
↓ 49 callers
Method
deallocate
include/dali/core/small_vector.h:52
↓ 48 callers
Method
AddSilentTask
Submits a task for execution */
include/dali/core/exec/tasking/scheduler.h:200
↓ 48 callers
Method
clear
dali/util/image.h:40
↓ 48 callers
Method
exists
(self, node)
dali/python/nvidia/dali/_autograph/pyct/anno.py:43
↓ 47 callers
Method
IsContiguous
* @brief Tensor is always backed by contiguous buffer */
dali/pipeline/data/tensor.h:157
↓ 47 callers
Method
size
include/dali/core/tensor_shape.h:126
↓ 46 callers
Function
UniformRandomFill
dali/test/tensor_test_utils.h:343
↓ 46 callers
Function
as_array
(tensor)
dali/test/python/test_utils.py:862
↓ 46 callers
Function
generate_data
Generates an epoch of data, that will be used for variable batch size verification. :param max_batch_size: Actual sizes of every batch in th
dali/test/python/test_dali_variable_batch_size.py:72
↓ 45 callers
Method
clear
Resets the checkpoint to its initial state. Drops all registered ops, all stored states, and resets the ``complete`` and ``loaded`` f
dali/python/nvidia/dali/experimental/dynamic/checkpoint.py:183
↓ 45 callers
Function
custom_constant
Customization point to introduce library-specific argument to the control flow. Currently those tests fallback to Python implementation
dali/python/nvidia/dali/_autograph/utils/all_utils.py:77
← previous
next →
101–200 of 17,951, ranked by callers