Home
last modified time | relevance | path

Searched refs:IsNotFound (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_segment_test.cc119 EXPECT_TRUE(errors::IsNotFound(s)) << s; in TEST_F()
129 EXPECT_TRUE(errors::IsNotFound(s)) << s; in TEST_F()
Dop_kernel_test.cc482 if (errors::IsNotFound(status)) { in ExpectFailure()
510 } else if (errors::IsNotFound(status)) {
Dcommon_shape_fns.cc509 if (!s.ok() && !errors::IsNotFound(s)) { in Conv2DShapeImpl()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc330 errors::IsNotFound(RunStep(handle, {}, {{"A:0", &A}, {"B:0", &B}}))); in TEST_F()
337 EXPECT_TRUE(errors::IsNotFound(s) || s.ok()); in TEST_F()
/external/v8/src/compiler/
Daccess-info.h93 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound() function
Djs-native-context-specialization.cc209 if (access_info.IsNotFound()) { in ReduceJSInstanceOf()
502 if (!access_info.IsNotFound()) return NoChange(); in ReduceJSResolvePromise()
1825 if (access_info.IsNotFound()) { in BuildPropertyLoad()
1882 DCHECK(!access_info.IsNotFound()); in BuildPropertyStore()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc152 EXPECT_TRUE(errors::IsNotFound(status2)); in InstantiateAndRun()
Dprocess_function_library_runtime_test.cc203 EXPECT_TRUE(errors::IsNotFound(status)) << "Actual status: " << status; in Run()
Dfunction_test.cc249 EXPECT_TRUE(errors::IsNotFound(status2)) in InstantiateAndRun()
320 EXPECT_TRUE(errors::IsNotFound(status2)); in InstantiateAndRunViaCallFrameInterface()
Ddirect_session_test.cc306 EXPECT_TRUE(errors::IsNotFound(s)); in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc73 if (errors::IsNotFound(s)) { in AttrTypeMapForOp()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc997 if (errors::IsNotFound(status)) { in Partition()
1060 if (errors::IsNotFound(status) && opts.need_to_record_start_times) { in Partition()
1067 if (errors::IsNotFound(status) && opts.need_to_record_start_times) { in Partition()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc51 if (errors::IsNotFound(status)) { in GetNumRetvals()
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request_test.cc797 EXPECT_TRUE(errors::IsNotFound(stats.record_response_result_)); in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc307 if (ignore_lookup_error_ && errors::IsNotFound(status)) { in Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc488 if (!errors::IsNotFound(status)) { in FindFunctionBody()