Home
last modified time | relevance | path

Searched refs:last_operation_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/op_handler/
Dinternal_test.cc28 TestOpHandler() : last_operation_(new std::string("")) {} in TestOpHandler()
33 *last_operation_ = operation->Name(); in Execute()
39 merged_handler.reset(new TestOpHandler(next_handler, last_operation_)); in Merge()
45 std::shared_ptr<std::string> last_operation_; member in tensorflow::TestOpHandler
50 : next_handler_(next_handler), last_operation_(last_operation) { in TestOpHandler()
72 EXPECT_EQ("", *outer_handler->last_operation_); in TEST()
76 EXPECT_EQ("NoOp", *outer_handler->last_operation_); in TEST()
77 *outer_handler->last_operation_ = ""; in TEST()
78 EXPECT_EQ("", *inner_handler->last_operation_); in TEST()
90 EXPECT_EQ("NoOp", *inner_handler->last_operation_); in TEST()
[all …]
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h372 Operation last_operation_ RTC_GUARDED_BY(mutex_);
Dneteq_impl.cc539 return last_operation_; in last_operation_for_test()
935 last_operation_ = operation; in GetAudioInternal()