HomeSort by relevance Sort by last modified time
    Searched refs:topics (Results 1 - 25 of 37) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/kafka/python/kernel_tests/
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})
74 # Basic test: read from both topics.
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/catch2/
conanfile.py 8 topics = ("conan", "catch2", "header-only", "unit-test", "tdd", "bdd") variable in class:CatchConan
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 28 OP_REQUIRES_OK(ctx, ctx->input("topics", &topics_tensor));
31 errors::InvalidArgument("`topics` must be a scalar or a vector."));
33 std::vector<string> topics; variable
34 topics.reserve(topics_tensor->NumElements());
36 topics.push_back(topics_tensor->flat<string>()(i));
51 *output = new Dataset(ctx, std::move(topics), servers, group, eof, timeout);
57 Dataset(OpKernelContext* ctx, std::vector<string> topics,
61 topics_(std::move(topics)),
90 Node* topics = nullptr; variable
91 TF_RETURN_IF_ERROR(b->AddVector(topics_, &topics));
    [all...]
  /external/tensorflow/tensorflow/contrib/kafka/python/ops/
kafka_dataset_ops.py 38 topics,
46 topics: A `tf.string` tensor containing one or more subscriptions,
56 topics, dtype=dtypes.string, name="topics")
  /external/python/cpython2/Doc/
Makefile 17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
33 @echo " pydoc-topics to regenerate the pydoc topics file"
96 pydoc-topics: BUILDER = pydoc-topics
97 pydoc-topics: build
98 @echo "Building finished; now copy build/pydoc-topics/topics.py" \
99 "to ../Lib/pydoc_data/topics.py"
  /external/python/cpython3/Doc/
Makefile 19 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
36 @echo " pydoc-topics to regenerate the pydoc topics file"
113 pydoc-topics: BUILDER = pydoc-topics
114 pydoc-topics: build
116 "cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py"
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 83 // Determine the type and topics of the resource by inspecting its tags.
84 resource.topics = [];
90 resource.topics.push(tag);
94 // Add a humanized topics list string.
95 resource.topicsHtml = humanizeList(resource.topics, function(item) {
android-developer-docs.js 183 var topics = [];
185 topics.push({name:topic,title:ANDROID_TAGS['topic'][topic]});
187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; });
188 for (var i = 0; i < topics.length; i++) {
192 .attr('href', toRoot + "resources/browser.html?tag=" + topics[i].name)
195 .html(topics[i].title)
265 // get the path and page name from the URL (such as 'guide/topics/graphics/index.html')
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
HelpActivity.java 62 LinearLayout content = (LinearLayout) findViewById(R.id.topics);
  /external/python/cpython2/Doc/tools/extensions/
pyspecific.py 161 name = 'pydoc-topics'
166 self.topics = {}
170 return 'all pydoc topics'
178 'building topics... ',
189 self.topics[label] = writer.output
192 f = open(path.join(self.outdir, 'topics.py'), 'wb')
196 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
  /external/skia/tools/bookmaker/
bookmaker.cpp 345 int topics = 0; local
352 topics += count_children(*topic.second, MarkType::kSubtopic);
353 topics += count_children(*topic.second, MarkType::kTopic);
355 SkDebugf("topics=%d classes=%d methods=%d examples=%d\n",
  /external/skqp/tools/bookmaker/
bookmaker.cpp 345 int topics = 0; local
352 topics += count_children(*topic.second, MarkType::kSubtopic);
353 topics += count_children(*topic.second, MarkType::kTopic);
355 SkDebugf("topics=%d classes=%d methods=%d examples=%d\n",
  /external/autotest/site_utils/
pubsub_utils.py 92 resp = pubsub.projects().topics().publish(
pubsub_utils_unittest.py 39 def topics(self): member in class:MockedPubSub
40 """Mocked PubSub topics."""
  /external/flatbuffers/
conanfile.py 17 topics = ("conan", "flatbuffers", "serialization", "rpc", "json-parser") variable in class:FlatbuffersConan
  /external/google-benchmark/
conanfile.py 10 topics = ("conan", "benchmark", "google", "microbenchmark") variable in class:GoogleBenchmarkConan
  /external/grpc-grpc/examples/ruby/pubsub/
pubsub_demo.rb 97 p "Could not delete a topics: rpc failed with '#{e}'"
107 p "Could not create a topics: rpc failed with '#{e}'"
110 # Lists topics in the project
112 p 'Listing topics'
116 p "Could not list topics: rpc failed with '#{e}'"
119 # Checks if a topics exists in a project
127 p "Could not check for a topics: rpc failed with '#{e}'"
160 return "/topics/#{@args.project_id}/#{@args.topic_name}"
163 "/topics/#{@args.project_id}/#{ENV['USER']}-#{now_text}"
177 topics = list_project_topics.topic.map { |t| t.name
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
290 topics = set(a[5:] for a in self.get_names()
292 return list(commands | topics)
pydoc.py 1612 topics = symbols.get(symbol, topic) variable in class:Helper
1614 topics = topics + ' ' + topic variable in class:Helper
1617 topics = { variable in class:Helper
    [all...]
  /external/python/cpython3/Doc/tools/extensions/
pyspecific.py 338 name = 'pydoc-topics'
343 self.topics = {}
347 return 'all pydoc topics'
355 'building topics... ',
366 self.topics[label] = writer.output
369 f = open(path.join(self.outdir, 'topics.py'), 'wb')
373 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /external/python/cpython2/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /external/python/cpython3/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
71 misc_header = "Miscellaneous help topics:"
288 topics = set(a[5:] for a in self.get_names()
290 return list(commands | topics)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 1616 topics = symbols.get(symbol, topic) variable in class:Helper
1618 topics = topics + ' ' + topic variable in class:Helper
1621 topics = { variable in class:Helper
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 1696 topics = symbols.get(symbol, topic) variable in class:Helper
1698 topics = topics + ' ' + topic variable in class:Helper
1701 topics = { variable in class:Helper
    [all...]

Completed in 1290 milliseconds

1 2