Home
last modified time | relevance | path

Searched defs:CheckState (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Utils/
DGrpcPreconditions.cs84 public static void CheckState(bool condition) in CheckState() method in Grpc.Core.Utils.GrpcPreconditions
97 public static void CheckState(bool condition, string errorMessage) in CheckState() method in Grpc.Core.Utils.GrpcPreconditions
/external/mesa3d/src/amd/compiler/tests/
Dcheck_output.py344 class CheckState: class
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops.cc56 Status CheckState(const Tensor& state) { in CheckState() function