Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dstrided_slice_logic_test.cc27 std::initializer_list<int> expected_begin, in RunStridedSlicePadIndices() argument
45 EXPECT_EQ(op_params.start_indices[i], expected_begin.begin()[i]); in RunStridedSlicePadIndices()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sequence_number_map_unittest.cc443 const auto expected_begin = in TEST_F() local
445 VerifyAssociations(uut, expected_begin, associations.end()); in TEST_F()
472 const auto expected_begin = in MaxEntriesReachedAtSameTimeAsObsoletionOfItem() local
474 VerifyAssociations(uut, expected_begin, associations.end()); in MaxEntriesReachedAtSameTimeAsObsoletionOfItem()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer_test.py546 def testRangeReadingExecutions(self, begin, end, expected_begin, argument
559 self.assertLen(executions, expected_end - expected_begin)
560 self.assertEqual(executions[0].op_type, "OpType%d" % expected_begin)
571 def testRangeReadingGraphExecutionTraces(self, begin, end, expected_begin, argument
593 self.assertLen(traces, expected_end - expected_begin)
594 self.assertEqual(traces[0].op_name, "Op_%d" % expected_begin)
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py508 def check_menu_item(tst, out, line_index, expected_begin, expected_end, argument
517 tst.assertEqual(expected_begin, begin)