Searched refs:has_method (Results 1 – 5 of 5) sorted by relevance
137 has_method = HasMethod()139 HasMethod.method(has_method, array_ops.ones([]))141 has_method, tensor_spec.TensorSpec(shape=(), dtype=dtypes.float32))149 has_method.method(array_ops.ones([]))150 method_op = has_method.method.get_concrete_function(162 method_op = has_method.method.get_concrete_function(182 has_method = HasMethod()184 has_method.method(array_ops.ones([], dtype=dtypes.float64))185 method_op = has_method.method.get_concrete_function()192 method_op2 = has_method.method.get_concrete_function()
29 private $has_method = false; variable in Google\\Protobuf\\Internal\\ServiceDescriptorProto98 $this->has_method = true;105 return $this->has_method;
774 fn has_method( in deanonymize_fields() function802 if has_method(methods, ctx, &getter) { in deanonymize_fields()810 if has_method(methods, ctx, &setter) { in deanonymize_fields()
575 pub fn has_method(&self, name: &str) -> bool { in has_method() method
210 let required = !attrs.has_method("default_value"); in gen_augmentation()