Searched defs:first_node_id (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | model_xnnpack_test.cc | 49 int first_node_id = interpreter->execution_plan()[0]; in TEST() local 77 int first_node_id = interpreter->execution_plan()[0]; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
H A D | special_selector.cc | 36 const GraphFloat32& graph, NodeId first_node_id, in GPUSubgraphFromGraph()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | conv_pointwise.cc | 209 const GraphFloat32& graph, NodeId first_node_id, in TryFusedPointwiseConv()
|
H A D | fc_fc_add.cc | 302 const GraphFloat32& graph, NodeId first_node_id, in TryFCFCAdd()
|
H A D | depthwise_conv_plus_1x1_conv.cc | 618 const GraphFloat32& graph, NodeId first_node_id, in TryDepthwiseConvPlus1x1Conv()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | mean_stddev_normalization.cc | 341 const GraphFloat32& graph, NodeId first_node_id, in TryMeanStdDevNormalization()
|