Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Didct8x8_test.cc63 double output_r[64]; in TEST() local
73 reference_dct_2d(input, output_r); in TEST()
75 coeff[j] = static_cast<tran_low_t>(round(output_r[j])); in TEST()
/external/tensorflow/tensorflow/python/keras/feature_column/
Dsequence_feature_column_integration_test.py114 output_r = sess.run(output)
115 self.assertAllEqual(output_r.shape, [20, 10])
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc294 std::regex output_r("output shape is \\|([^\\|]+)\\|,"); in ParseBufferAssignment() local
296 if (std::regex_search(postfix, output_match, output_r)) { in ParseBufferAssignment()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc436 int output_l[max_nb_dims], output_r[max_nb_dims]; in GetTrtBroadcastShape() local
440 output_r, operand_r_new_dims)); in GetTrtBroadcastShape()
445 if (!use_implicit_batch && (output_l[i] == -1 || output_r[i] == -1)) { in GetTrtBroadcastShape()
457 if ((output_l[i] != output_r[i]) && (output_l[i] != 1) && in GetTrtBroadcastShape()
458 (output_r[i] != 1)) { in GetTrtBroadcastShape()
462 "batch_dim: ", output_r[0], ", ", in GetTrtBroadcastShape()