Home
last modified time | relevance | path

Searched refs:outputIndices (Results 1 – 3 of 3) sorted by relevance

/external/skqp/fuzz/
DFuzzPolyUtils.cpp38 SkTDArray<uint16_t> outputIndices; in DEF_FUZZ() local
39 ignoreResult(SkTriangulateSimplePolygon(polygon, indexMap, count, &outputIndices)); in DEF_FUZZ()
/external/skia/fuzz/
DFuzzPolyUtils.cpp42 SkTDArray<uint16_t> outputIndices; in DEF_FUZZ() local
43 ignoreResult(SkTriangulateSimplePolygon(polygon, indexMap, count, &outputIndices)); in DEF_FUZZ()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraph.java277 int[] outputIndices) { in buildSubgraph() argument
296 outputs[i] = op.output(outputIndices[i]); in buildSubgraph()
466 int[] outputIndices, in addGradients() argument