HomeSort by relevance Sort by last modified time
    Searched refs:arity_error (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/ruby/lib/grpc/generic/
rpc_desc.rb 161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \
166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)")
170 fail arity_error(mth, 1, "should be #{mth.name}(call)")
191 def arity_error(mth, want, msg) method in class:GRPC.RpcDesc
  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference_test.cc 609 auto arity_error = ShapeInference::InferMapShape( local
612 ASSERT_FALSE(arity_error.ok());
613 ASSERT_THAT(arity_error.status().error_message(),
    [all...]

Completed in 131 milliseconds