Home
last modified time | relevance | path

Searched refs:get_examples (Results 1 – 25 of 77) sorted by relevance

1234

/dports/science/py-chainer/chainer-7.8.0/chainer/dataset/tabular/
H A D_asmode.py20 def get_examples(self, indices, key_indices): member in _Astuple
21 return self._dataset.get_examples(indices, key_indices)
43 def get_examples(self, indices, key_indices): member in _Asdict
44 return self._dataset.get_examples(indices, key_indices)
H A D_transform.py26 self.get_examples([0], None)
29 def get_examples(self, indices, key_indices): member in _Transform
33 in_examples = self._dataset.get_examples(indices, None)
95 self.get_examples([0], None)
98 def get_examples(self, indices, key_indices): member in _TransformBatch
110 in_examples = self._dataset.get_examples(indices, None)
H A D_concat.py26 def get_examples(self, indices, key_indices): member in _Concat
34 dataset.get_examples(None, key_indices)
65 examples.append(dataset.get_examples(
97 examples[dataset_index] = dataset.get_examples(
H A D_join.py33 def get_examples(self, indices, key_indices): member in _Join
38 for col in dataset.get_examples(indices, None))
53 sub_examples = dataset.get_examples(indices, sub_key_indices)
H A Ddelegate_dataset.py58 def get_examples(self, indices, key_indices): member in DelegateDataset
59 return self.dataset.get_examples(indices, key_indices)
H A Dtabular_dataset.py100 def get_examples(self, indices, key_indices): member in TabularDataset
142 examples = self.get_examples(None, None)
264 example = self.get_examples([i], None)
H A D_with_converter.py21 def get_examples(self, indices, key_indices): member in _WithConverter
22 return self._dataset.get_examples(indices, key_indices)
H A Dfrom_data.py124 def get_examples(self, indices, key_indices): member in _Array
151 def get_examples(self, indices, key_indices): member in _List
180 def get_examples(self, indices, key_indices): member in _Index
H A D_slice.py50 def get_examples(self, indices, key_indices): member in _Slice
54 return self._dataset.get_examples(indices, key_indices)
/dports/math/polymake/polymake-4.5/perllib/Polymake/Test/
H A DExamples.pm41 $filter = sub { $_[0]->name =~ m{^$pattern$} && scalar($_[0]->get_examples) };
43 $filter = sub { $_[0]->name eq $pattern && scalar($_[0]->get_examples) };
46 $filter = sub { scalar($_[0]->get_examples) };
83 foreach my $example ($self->topic->get_examples) {
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Ontology/
H A DInterProTerm.pm382 sub get_examples{ subroutine
575 if ( defined $self->get_examples ) {
577 foreach my $ref ( $self->get_examples ) {
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/
H A Dservice.py71 examples = self.get_examples(self._service_name)
98 def get_examples(self, service_name, api_version=None): member in ServiceDocumenter
/dports/devel/py-botocore/botocore-1.21.61/botocore/docs/
H A Dservice.py70 examples = self.get_examples(self._service_name)
97 def get_examples(self, service_name, api_version=None): member in ServiceDocumenter
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DSpec.py172 ex = list(env.get_examples(ai))
311 y = env.get_examples(a.arg)
372 dom = list(env.get_examples(a.domain))
377 ran = list(env.get_examples(a.range))
797 return env.get_examples(set)
994 def get_examples(self, collection): member in TestEnv
1130 ex = self.get_examples(collection)
1148 as_ = self.get_examples(collection)
1151 for b in self.get_examples(collection):
1161 as_ = self.get_examples(collection)
[all …]
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A Dparser.py160 recommender.set_help_examples(self.get_examples(self.prog))
197 def get_examples(self, command): member in AzCliCommandParser
201 return self.cli_help.get_examples(command,
326 recommender.set_help_examples(self.get_examples(command_name_inferred))
/dports/devel/py-apispec/apispec-5.1.1/tests/
H A Dutils.py30 def get_examples(spec): function
H A Dtest_core.py18 get_examples,
328 examples = get_examples(spec)
334 examples = get_examples(spec)
573 examples = get_examples(spec)
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DMain.py401 def get_examples(self, get_all=False): member in Description
405 examples.extend(ex.get_examples())
900 def get_examples(self, enough=1): member in SuperkindOf
901 examples = Description.get_examples(self, enough)
906 examples.extend(ka.get_examples(enough-len(examples)))
924 def get_examples(self, get_all=False): member in Example
1040 ex = a.get_examples()
1328 def get_examples(self, get_all=False): member in Arg
1332 examples.extend(ex.get_examples())
1335 examples.extend(k.get_examples())
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Ontology/IO/
H A Dinterpro.t40 ok( ( grep { defined } map { $_->get_examples } @leaves), 'get_examples on leaf terms is …
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/commands/
H A Dquery_examples.py202 def get_examples(self): member in QueryTreeNode
238 examples.extend(node.get_examples())
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/boto3/docs/
H A Dservice.py77 examples = self.get_examples(self._service_name)
/dports/www/py-boto3/boto3-1.18.61/boto3/docs/
H A Dservice.py77 examples = self.get_examples(self._service_name)
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dhelp-rst.py252 def get_examples(output): function
379 if args.examples: examples = get_examples(command_help)
/dports/textproc/py-nltk/nltk-3.4.1/tools/
H A Dfind_deprecated.py165 for example in DocTestParser().get_examples(open(path).read()):
/dports/www/moodle310/moodle/mod/workshop/
H A Dview.php157 $examples = $userplan->get_examples();
362 $examples = $userplan->get_examples();

1234