HomeSort by relevance Sort by last modified time
    Searched full:getoutputname (Results 1 - 25 of 36) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 149 mResourceName.setText("@drawable/" + getOutputName()); //$NON-NLS-1$
197 private String getOutputName() {
207 String outputName = getOutputName();
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
ReportITMojo.java 98 public String getOutputName() {
ReportMojo.java 92 public String getOutputName() {
ReportAggregateMojo.java 157 public String getOutputName() {
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/
maven-reporting-api-3.0.jar 
  /external/tensorflow/tensorflow/contrib/lite/
model_test.cc 137 EXPECT_EQ(std::string(interpreter->GetOutputName(0)), "out1");
138 EXPECT_EQ(std::string(interpreter->GetOutputName(1)), "out2");
interpreter.h 165 const char* GetOutputName(int index) const {
interpreter_test.cc 347 ASSERT_EQ(interpreter.GetOutputName(0), "out0");
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_function.cc 52 string GetOutputName(const string& name);
115 const string& input_name = GetOutputName(name);
120 string NodeNameMapping::GetOutputName(const string& name) {
293 argdef->set_name(node_names.GetOutputName(node->name()));
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/
doxia-site-renderer-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
nativeinterpreterwrapper_jni.cc 250 names, i, env->NewStringUTF(interpreter->GetOutputName(i)));
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /external/clang/lib/AST/
StmtPrinter.cpp 394 if (!Node->getOutputName(i).empty()) {
396 OS << Node->getOutputName(i);
    [all...]
Stmt.cpp 460 if (getOutputName(i) == SymbolicName)
    [all...]
StmtProfile.cpp 169 ID.AddString(S->getOutputName(I));
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]

Completed in 1094 milliseconds

1 2