Home
last modified time | relevance | path

Searched refs:topics (Results 1 – 25 of 102) sorted by relevance

12345

/external/tensorflow/tensorflow/contrib/kafka/python/kernel_tests/
Dkafka_test.py45 topics = array_ops.placeholder(dtypes.string, shape=[None])
50 topics, group="test", eof=True).repeat(num_epochs)
61 sess.run(init_op, feed_dict={topics: ["test:0:0:4"], num_epochs: 1})
68 sess.run(init_op, feed_dict={topics: ["test:0:5:-1"], num_epochs: 1})
78 topics: ["test:0:0:4", "test:0:5:-1"],
91 topics: ["test:0:0:4", "test:0:5:-1"],
105 topics: ["test:0:0:4", "test:0:5:-1"],
/external/tensorflow/tensorflow/contrib/kafka/kernels/
Dkafka_dataset_ops.cc33 std::vector<string> topics; in MakeDataset() local
34 topics.reserve(topics_tensor->NumElements()); in MakeDataset()
36 topics.push_back(topics_tensor->flat<string>()(i)); in MakeDataset()
51 *output = new Dataset(ctx, std::move(topics), servers, group, eof, timeout); in MakeDataset()
57 Dataset(OpKernelContext* ctx, std::vector<string> topics, in Dataset() argument
61 topics_(std::move(topics)), in Dataset()
90 Node* topics = nullptr; in AsGraphDefInternal() local
91 TF_RETURN_IF_ERROR(b->AddVector(topics_, &topics)); in AsGraphDefInternal()
101 b->AddDataset(this, {topics, servers, group, eof, timeout}, output)); in AsGraphDefInternal()
/external/python/cpython2/Doc/
DMakefile17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
96 pydoc-topics: BUILDER = pydoc-topics
97 pydoc-topics: build
/external/python/cpython3/Doc/
DMakefile19 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
113 pydoc-topics: BUILDER = pydoc-topics
114 pydoc-topics: build
/external/tensorflow/tensorflow/contrib/kafka/python/ops/
Dkafka_dataset_ops.py38 topics, argument
56 topics, dtype=dtypes.string, name="topics")
/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py166 self.topics = {}
189 self.topics[label] = writer.output
196 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
/external/python/cpython2/Lib/pydoc_data/
Dtopics.py3 topics = {'assert': '\n' variable
/external/python/cpython3/Lib/pydoc_data/
Dtopics.py3 topics = {'assert': 'The "assert" statement\n' variable
/external/python/cpython3/Lib/
Dpydoc.py1779 topics = symbols.get(symbol, topic) variable in Helper
1780 if topic not in topics:
1781 topics = topics + ' ' + topic variable in Helper
1782 symbols[symbol] = topics
1784 topics = { variable in Helper
1948 elif request in self.topics: self.showtopic(request)
2005 self.list(self.topics.keys())
2009 import pydoc_data.topics
2016 target = self.topics.get(topic, self.keywords.get(topic))
2025 doc = pydoc_data.topics.topics[label]
[all …]
Dcmd.py288 topics = set(a[5:] for a in self.get_names()
290 return list(commands | topics)
/external/skia/tools/bookmaker/
Dbookmaker.cpp345 int topics = 0; in main() local
352 topics += count_children(*topic.second, MarkType::kSubtopic); in main()
353 topics += count_children(*topic.second, MarkType::kTopic); in main()
/external/skqp/tools/bookmaker/
Dbookmaker.cpp345 int topics = 0; in main() local
352 topics += count_children(*topic.second, MarkType::kSubtopic); in main()
353 topics += count_children(*topic.second, MarkType::kTopic); in main()
/external/grpc-grpc/examples/ruby/pubsub/
Dpubsub_demo.rb177 topics = list_project_topics.topic.map { |t| t.name }
178 topics.include?(name)
/external/catch2/
Dconanfile.py8 topics = ("conan", "catch2", "header-only", "unit-test", "tdd", "bdd") variable in CatchConan
/external/eigen/doc/
DManual.dox7 …f TopicCustomizing_CustomScalar "custom scalar types" etc. See below for the respective sub-topics.
17 /** \page UserManual_Generalities General topics
/external/vixl/doc/aarch64/topics/
Dindex.md1 We will try to add documentation for topics that may be useful to VIXL users. If
/external/e2fsprogs/lib/ss/
Dstd_rqs.ct12 "List topics for which help is available.",
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py343 self.topics = {}
366 self.topics[label] = writer.output
373 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
/external/python/cpython2/Lib/
Dcmd.py292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
Dpydoc.py1681 topics = symbols.get(symbol, topic) variable in Helper
1682 if topic not in topics:
1683 topics = topics + ' ' + topic variable in Helper
1684 symbols[symbol] = topics
1686 topics = { variable in Helper
1845 elif request in self.topics: self.showtopic(request)
1902 self.list(self.topics.keys())
1906 import pydoc_data.topics
1913 target = self.topics.get(topic, self.keywords.get(topic))
1922 doc = pydoc_data.topics.topics[label]
/external/autotest/site_utils/
Dpubsub_utils.py92 resp = pubsub.projects().topics().publish(
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DHelpActivity.java62 LinearLayout content = (LinearLayout) findViewById(R.id.topics); in onCreate()
/external/flatbuffers/
Dconanfile.py17 topics = ("conan", "flatbuffers", "serialization", "rpc", "json-parser") variable in FlatbuffersConan
/external/google-benchmark/
Dconanfile.py10 topics = ("conan", "benchmark", "google", "microbenchmark") variable in GoogleBenchmarkConan
/external/autotest/
Dmoblab_config.ini42 cloud_notification_topic: projects/chromeos-partner-moblab/topics/moblab-notification

12345