Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addTarget (0.08 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/plugins/XcodePlugin.java

                            target.getSwiftSourceCompatibility().set(swiftBinary.getTargetPlatform().getSourceCompatibility());
                        }
                    });
                    xcodeProject.addTarget(target);
                }
            });
        }
    
        private FileCollection filterArtifactsFromImplicitBuilds(Configuration configuration) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/loader.cc

      }
      for (const string& output_tensor_name : output_tensor_names) {
        callable_options.add_fetch(output_tensor_name);
      }
      for (const string& target_node_name : target_node_names) {
        callable_options.add_target(target_node_name);
      }
    
      Session::CallableHandle callable_handle;
      TF_RETURN_IF_ERROR(session->MakeCallable(callable_options, &callable_handle));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top