Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc686 void ExpectValue(int32_t value) override { in ExpectValue() function in __anonc17630240111::ListenerWithSimpleAssociatedInterface
732 driver_->ExpectValue(i); in OnChannelConnected()
881 void ExpectValue(int32_t value) override { in ExpectValue() function in __anonc17630240111::ListenerWithSimpleProxyAssociatedInterface
974 driver->ExpectValue(i); in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE()
1095 void ExpectValue(int32_t value) override { in ExpectValue() function in __anonc17630240111::ListenerWithSyncAssociatedInterface
1289 driver->ExpectValue(42); in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc170 tensorflow::Status ExpectValue(const T1& v1, const T2& v2, in ExpectValue() function
656 TF_RETURN_IF_ERROR(ExpectValue(strides.i_size(), 4, "number of strides")); in ConvertConvOperator()
657 TF_RETURN_IF_ERROR(ExpectValue(strides.i(0), 1, "strides(0)")); in ConvertConvOperator()
658 TF_RETURN_IF_ERROR(ExpectValue(strides.i(3), 1, "strides(3)")); in ConvertConvOperator()
664 ExpectValue(dilations.i_size(), 4, "number of dilations")); in ConvertConvOperator()
737 ExpectValue(dilations.i_size(), 4, "number of dilations")); in ConvertDepthwiseConvOperator()