Home
last modified time | relevance | path

Searched refs:AGGREGATE_STACK (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dconvert_test.py325 aggregate=op_hint.OpHint.AGGREGATE_STACK)
328 aggregate=op_hint.OpHint.AGGREGATE_STACK)
330 aggregate=op_hint.OpHint.AGGREGATE_STACK)
361 a0 = hint.add_input(a0, tag="c", aggregate=op_hint.OpHint.AGGREGATE_STACK)
362 b0 = hint.add_input(b0, tag="n", aggregate=op_hint.OpHint.AGGREGATE_STACK)
363 a1 = hint.add_input(a1, tag="c", aggregate=op_hint.OpHint.AGGREGATE_STACK)
364 b1 = hint.add_input(b1, tag="n", aggregate=op_hint.OpHint.AGGREGATE_STACK)
369 c0, tag="out", aggregate=op_hint.OpHint.AGGREGATE_STACK)
371 c1, tag="out", aggregate=op_hint.OpHint.AGGREGATE_STACK)
Dop_hint.py148 AGGREGATE_STACK = "stack" variable in OpHint
569 elif self.aggregation == OpHint.AGGREGATE_STACK:
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.-op-hint.pbtxt14 name: "AGGREGATE_STACK"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.lite.-op-hint.pbtxt14 name: "AGGREGATE_STACK"