Searched refs:IndentedPrint (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/tools/test_generator/ |
D | cts_generator.py | 60 def IndentedPrint(s, indent=2, *args, **kwargs): function 149 IndentedPrint(typeDef, file=model_fd) 154 IndentedPrint("auto %s = model->addOperand(&%s);"%(op, op.type), file=model_fd) 162 IndentedPrint(paramDef, file=model_fd) 164 IndentedPrint("model->addOperation(ANEURALNETWORKS_%s, {%s}, {%s});"%( 169 IndentedPrint("model->identifyInputsAndOutputs(\n {%s},\n {%s});"%(
|