Searched refs:optype (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/tools/test_generator/ |
D | spec_visualizer.py | 378 "inputs": op.ins, "outputs": op.outs, "opcode": op.optype
|
D | vts_generator.py | 177 'op_code': op.optype,
|
D | test_generator.py | 443 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}
|
D | cts_generator.py | 165 op.optype, tg.GetJointStr(op.ins), tg.GetJointStr(op.outs)), file=model_fd)
|
D | README.md | 62 model.Operation(optype, i1, i2, ...).To(o1, o2, ...)
|