Caffe2 - Python API
A deep learning, cross platform ML framework
Classes | Functions
task Namespace Reference

Module caffe2.python.task. More...

Classes

class  Cluster
 
class  Node
 
class  SetupNets
 
class  Task
 
class  TaskGroup
 
class  TaskOutput
 
class  TaskOutputList
 
class  WorkspaceType
 

Functions

def get_setup_nets (key, steps_or_nets, target)
 
def final_output (blob_or_record)
 

Detailed Description

Module caffe2.python.task.

Function Documentation

◆ final_output()

def task.final_output (   blob_or_record)
Adds an output to the current Task, or if no task is active,
create a dummy task that returns the given blob or record
to the client. This will return the value of the blob or record when
the last task of the TaskGroup for a given node finishes.

Definition at line 372 of file task.py.