/external/tensorflow/tensorflow/contrib/kafka/python/kernel_tests/ |
D | kafka_test.py | 45 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/ |
D | kafka_dataset_ops.cc | 33 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/ |
D | Makefile | 17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 96 pydoc-topics: BUILDER = pydoc-topics 97 pydoc-topics: build
|
/external/python/cpython3/Doc/ |
D | Makefile | 19 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/ |
D | kafka_dataset_ops.py | 38 topics, argument 56 topics, dtype=dtypes.string, name="topics")
|
/external/python/cpython2/Doc/tools/extensions/ |
D | pyspecific.py | 166 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/ |
D | topics.py | 3 topics = {'assert': '\n' variable
|
/external/python/cpython3/Lib/pydoc_data/ |
D | topics.py | 3 topics = {'assert': 'The "assert" statement\n' variable
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 1779 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 …]
|
D | cmd.py | 288 topics = set(a[5:] for a in self.get_names() 290 return list(commands | topics)
|
/external/skia/tools/bookmaker/ |
D | bookmaker.cpp | 345 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/ |
D | bookmaker.cpp | 345 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/ |
D | pubsub_demo.rb | 177 topics = list_project_topics.topic.map { |t| t.name } 178 topics.include?(name)
|
/external/catch2/ |
D | conanfile.py | 8 topics = ("conan", "catch2", "header-only", "unit-test", "tdd", "bdd") variable in CatchConan
|
/external/eigen/doc/ |
D | Manual.dox | 7 …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/ |
D | index.md | 1 We will try to add documentation for topics that may be useful to VIXL users. If
|
/external/e2fsprogs/lib/ss/ |
D | std_rqs.ct | 12 "List topics for which help is available.",
|
/external/python/cpython3/Doc/tools/extensions/ |
D | pyspecific.py | 343 self.topics = {} 366 self.topics[label] = writer.output 373 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
|
/external/python/cpython2/Lib/ |
D | cmd.py | 292 topics = set(a[5:] for a in self.get_names() 294 return list(commands | topics)
|
D | pydoc.py | 1681 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/ |
D | pubsub_utils.py | 92 resp = pubsub.projects().topics().publish(
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | HelpActivity.java | 62 LinearLayout content = (LinearLayout) findViewById(R.id.topics); in onCreate()
|
/external/flatbuffers/ |
D | conanfile.py | 17 topics = ("conan", "flatbuffers", "serialization", "rpc", "json-parser") variable in FlatbuffersConan
|
/external/google-benchmark/ |
D | conanfile.py | 10 topics = ("conan", "benchmark", "google", "microbenchmark") variable in GoogleBenchmarkConan
|
/external/autotest/ |
D | moblab_config.ini | 42 cloud_notification_topic: projects/chromeos-partner-moblab/topics/moblab-notification
|