Searched refs:input_suffix (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | rnn_ops_test.cc | 65 string input_suffix = strings::StrCat(";", JoinedCopies("?", 6)); in TEST() local 68 INFER_ERROR("must be rank 2", op, "[?];?" + input_suffix); in TEST() 69 INFER_ERROR("must be rank 2", op, "?;[?]" + input_suffix); in TEST() 72 INFER_OK(op, "?;?" + input_suffix, JoinedCopies("[?,?]", 7)); in TEST() 73 INFER_OK(op, "[?,?];[?,?]" + input_suffix, JoinedCopies("[d0_0,d1_1]", 7)); in TEST() 80 string input_suffix = strings::StrCat(";", JoinedCopies("?", 14)); in TEST() local 83 INFER_ERROR("must be rank 2", op, "[?];?" + input_suffix); in TEST() 84 INFER_ERROR("must be rank 2", op, "?;[?]" + input_suffix); in TEST() 87 INFER_OK(op, "?;?" + input_suffix, "[?,?];[?,?];[?];[?];[?]"); in TEST() 88 INFER_OK(op, "[?,?];[?,?]" + input_suffix, in TEST() [all …]
|
/external/libabigail/tests/ |
D | test-core-diff.cc | 141 string input_suffix(s->in_path); in main() local 143 string(abigail::tests::get_src_dir()) + "/tests/" + input_suffix; in main()
|
D | test-read-write.cc | 273 string input_suffix(spec.in_path); in perform() local 275 string(abigail::tests::get_src_dir()) + "/tests/" + input_suffix; in perform()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | summary.rs | 47 let input_suffix = match value_type { in line_comparison() localVariable 62 a.set(Label(format!("Input{}", input_suffix))) in line_comparison()
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | summary.rs | 68 let input_suffix = match value_type { in draw_line_comarision_figure() localVariable 84 .x_desc(format!("Input{}", input_suffix)) in draw_line_comarision_figure()
|