Home
last modified time | relevance | path

Searched refs:input_shape_2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtest_manifest.txt1 add/add_activation=True,dtype=tf.float32,input_shape_1=[1,3,4,3],input_shape_2=[1,3,4,3]
2 DISABLED_add/add_activation=True,dtype=tf.int32,input_shape_1=[1,3,4,3],input_shape_2=[1,3,4,3]
3 add/add_activation=False,dtype=tf.float32,input_shape_1=[5],input_shape_2=[5]
4 add/add_activation=True,dtype=tf.float32,input_shape_1=[5],input_shape_2=[5]
5 add/add_activation=True,dtype=tf.float32,input_shape_1=[1,3,4,3],input_shape_2=[3]
6 add/add_activation=False,dtype=tf.float32,input_shape_1=[1,3,4,3],input_shape_2=[3]
7 DISABLED_add/add_activation=True,dtype=tf.int32,input_shape_1=[1,3,4,3],input_shape_2=[3]
8 DISABLED_add/add_activation=False,dtype=tf.int32,input_shape_1=[1,3,4,3],input_shape_2=[3]
9 DISABLED_add/add_activation=True,dtype=tf.int64,input_shape_1=[1,3,4,3],input_shape_2=[3]
10 DISABLED_add/add_activation=False,dtype=tf.int64,input_shape_1=[1,3,4,3],input_shape_2=[3]
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc153 const TensorShapeProto& input_shape_2) { in CwiseOutputElementCount() argument
159 if (input_shape_1.dim_size() == input_shape_2.dim_size()) { in CwiseOutputElementCount()
163 MaybeGetMinimumShape(input_shape_2, rank, &found_unknown_shapes); in CwiseOutputElementCount()