MCPcopy Create free account
hub / github.com/NVIDIA/DALI / base_define_graph

Method base_define_graph

dali/test/python/test_data_containers.py:36–39  ·  view source on GitHub ↗
(self, inputs, labels)

Source from the content-addressed store, hash-verified

34 self.decode_host = ops.decoders.Image(device="cpu", output_type=types.RGB)
35
36 def base_define_graph(self, inputs, labels):
37 images_gpu = self.decode_gpu(inputs)
38 images_host = self.decode_host(inputs)
39 return images_gpu, images_host, labels
40
41
42class MXNetReaderPipeline(CommonPipeline):

Callers 6

define_graphMethod · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45
define_graphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected