Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/tools/test_generator/
Dspec_visualizer.py378 "inputs": op.ins, "outputs": op.outs, "opcode": op.optype
Dvts_generator.py177 'op_code': op.optype,
Dtest_generator.py443 def __init__(self, optype, ins, outs): argument
444 self.optype = optype
452 return "Operation %s: [%s] -> [%s]"%(self.optype, insString, outsString)
471 ops = {"optype": self.optype, "inputs": inputs, "outputs": outputs}
Dcts_generator.py165 op.optype, tg.GetJointStr(op.ins), tg.GetJointStr(op.outs)), file=model_fd)
DREADME.md62 model.Operation(optype, i1, i2, ...).To(o1, o2, ...)