/external/tensorflow/tensorflow/lite/g3doc/models/recommendation/ |
D | overview.md | 5 and next app recommendation. If you are interested in providing personalized 16 …ef="https://github.com/tensorflow/examples/tree/master/lite/examples/recommendation/android">Andro… 20 the TensorFlow Lite APIs, you can download our starter recommendation model. 22 …age.googleapis.com/download.tensorflow.org/models/tflite/recommendation/20200720/recommendation.ta… 27 … href="https://github.com/tensorflow/examples/tree/master/lite/examples/recommendation/ml">Training 33 sequential user history and label-encoder to encode predicted recommendation 80 …gleapis.com/download.tensorflow.org/models/tflite/recommendation/20200720/model.tar.gz">recommenda… 99 [toolkit in GitHub](https://github.com/tensorflow/examples/tree/master/lite/examples/recommendation… 104 [tutorial](https://github.com/tensorflow/examples/tree/master/lite/examples/recommendation/ml/ondev… 105 to apply the same technique used here to train a recommendation model using your
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_input_pipeline_analysis.cc | 543 InputPipelineAnalysisRecommendation recommendation; in GenerateRecommendation() local 544 *recommendation.add_details() = in GenerateRecommendation() 548 *recommendation.add_details() = absl::StrCat( in GenerateRecommendation() 552 *recommendation.add_details() = absl::StrCat( in GenerateRecommendation() 560 *recommendation.add_details() = absl::StrCat( in GenerateRecommendation() 566 *recommendation.add_details() = absl::StrCat( in GenerateRecommendation() 571 return recommendation; in GenerateRecommendation() 604 InputPipelineAnalysisRecommendation recommendation = GenerateRecommendation(); in ConvertOpStatsToInputPipelineAnalysis() local 612 recommendation.mutable_bottleneck_analysis()->PackFrom(bottleneck_analysis); in ConvertOpStatsToInputPipelineAnalysis() 613 *recommendation.mutable_summary_next_step() = in ConvertOpStatsToInputPipelineAnalysis() [all …]
|
D | op_stats_to_overview_page.cc | 342 std::string recommendation = ""; in EagerRecommendationHtml() local 344 absl::StrAppend(&recommendation, OneDigit(host_op_time_eager_percent), in EagerRecommendationHtml() 347 absl::StrAppend(&recommendation, OneDigit(device_op_time_eager_percent), in EagerRecommendationHtml() 349 if (!recommendation.empty()) in EagerRecommendationHtml() 350 absl::StrAppend(&recommendation, "Performance could be improved with ", in EagerRecommendationHtml() 353 return recommendation; in EagerRecommendationHtml()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_tnc.c | 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; member 177 switch (data->recommendation) { in eap_tnc_build_recommendation() 370 data->recommendation = ALLOW; in tncs_process() 375 data->recommendation = NO_RECOMMENDATION; in tncs_process() 380 data->recommendation = ISOLATE; in tncs_process() 385 data->recommendation = NO_ACCESS; in tncs_process()
|
D | tncs.c | 82 enum IMV_Action_Recommendation recommendation; member 88 enum IMV_Action_Recommendation recommendation; member 237 TNC_IMV_Action_Recommendation recommendation, in TNC_TNCS_ProvideRecommendation() argument 245 (unsigned long) recommendation, (unsigned long) evaluation); in TNC_TNCS_ProvideRecommendation() 254 tncs->imv_data[imvID].recommendation = recommendation; in TNC_TNCS_ProvideRecommendation() 709 irec = tncs->imv_data[imv->imvID].recommendation; in tncs_derive_recommendation() 721 tncs->recommendation = rec; in tncs_derive_recommendation()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | overview_page.proto | 98 // Overview result for the recommendation section. 126 // // The recommendation made to the user. Can be unpacked into a 128 google.protobuf.Any recommendation = 6; field 197 // The recommendation made to the user. 198 OverviewPageRecommendation recommendation = 4; field
|
/external/python/cpython2/Misc/ |
D | developers.txt | 27 at recommendation by Antoine Pitrou and Raymond Hettinger. 39 on recommendation by Jesse Noller, for work on the multiprocessing 73 MvL, based on Antoine Pitrou's recommendation. 79 Andrew Kuchling, based on Brett Cannon's recommendation. 82 at recommendation by Mark Dickinson and Amaury Forgeot d'Arc. 103 recommendation by BAC. 106 after recommendation by GvR. 114 - Antoine Pitrou was given SVN access on July 16 2008, by recommendation
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cert-oop11-cpp.rst | 12 This check corresponds to the CERT C++ Coding Standard recommendation
|
D | cert-err09-cpp.rst | 12 This check corresponds to the CERT C++ Coding Standard recommendation
|
D | cert-dcl21-cpp.rst | 20 This check corresponds to the CERT C++ Coding Standard recommendation
|
D | readability-else-after-return.rst | 88 This check helps to enforce this `LLVM Coding Standards recommendation
|
D | misc-throw-by-value-catch-by-reference.rst | 34 Triggers detection of violations of the CERT recommendation ERR09-CPP. Throw
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 700 recommendation = None 715 if recommendation is None or lab_score > best_score: 716 recommendation = lab_slice 724 if recommendation: 725 for h in recommendation:
|
/external/wpa_supplicant_8/src/common/ |
D | tnc.h | 52 TNC_IMV_Action_Recommendation recommendation,
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 412 recommendation = ('Recommended command(s) to fix this: %s' % 415 output += '\n' + recommendation 417 output = recommendation
|
D | check-presubmit | 412 recommendation = ('Recommended command(s) to fix this: %s' % 415 output += '\n' + recommendation 417 output = recommendation
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
D | openssl.cnf | 118 # pkix : PrintableString, BMPString (PKIX recommendation before 2004) 119 # utf8only: only UTF8Strings (PKIX recommendation after 2004). 231 # PKIX recommendation. 251 # Include email address in subject alt name: another PKIX recommendation
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 34 DOM Level 2 recommendation. 77 The W3C recommendation upon which the Python DOM API is based. 80 The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`. 422 two ways in the DOM Core recommendation: an :class:`Element` object provides 427 The DOM Level 2 recommendation defines one method and one attribute for these 501 (others are ignored as required by the XML recommendation). This may be 510 (others are ignored as required by the XML recommendation). This may be 828 The DOM Level 2 recommendation defines a single exception, :exc:`DOMException`, 879 not permitted in the context it's being used in by the XML 1.0 recommendation. 899 recommendation, this exception is raised. [all …]
|
/external/python/cryptography/docs/ |
D | random-numbers.rst | 11 Therefore, it is our recommendation to `always use your operating system's
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 35 DOM Level 2 recommendation. 71 The W3C recommendation upon which the Python DOM API is based. 74 The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`. 407 two ways in the DOM Core recommendation: an :class:`Element` object provides 412 The DOM Level 2 recommendation defines one method and one attribute for these 486 (others are ignored as required by the XML recommendation). This may be 495 (others are ignored as required by the XML recommendation). This may be 811 The DOM Level 2 recommendation defines a single exception, :exc:`DOMException`, 862 not permitted in the context it's being used in by the XML 1.0 recommendation. 882 recommendation, this exception is raised. [all …]
|
/external/tensorflow/tensorflow/core/example/ |
D | feature.proto | 15 // Example Features for a movie recommendation application:
|
D | example.proto | 29 // An Example for a movie recommendation application: 101 // Below is a SequenceExample for a movie recommendation application recording a
|
/external/parameter-framework/upstream/test/catch/ |
D | CMakeLists.txt | 30 # TODO Use gtest as it is the team recommendation
|
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_openssl.cnf | 221 # PKIX recommendation. 241 # Include email address in subject alt name: another PKIX recommendation
|
/external/shflags/ |
D | shflags_test_helpers | 20 # Disagree with [ p ] && [ q ] vs [ p -a -q ] recommendation.
|