- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for sources_set (0.07 seconds)
-
tensorflow/c/eager/gradients.cc
tensorflow::gtl::FlatSet<int64_t> sources_set(source_tensor_ids.begin(), source_tensor_ids.end()); std::unordered_map<int64_t, TapeTensor> sources_that_are_targets; for (int i = 0; i < target_tensor_ids.size(); ++i) { int64_t target_id = target_tensor_ids[i]; if (sources_set.find(target_id) != sources_set.end()) { auto tensor = targets[i];
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 24 06:18:31 GMT 2026 - 19.6K bytes - Click Count (0) -
build-logic/src/main/kotlin/BndBuildAction.kt
private val preserveFileTimestamps: Boolean, ) : Action<Task> { constructor( extension: BundleTaskExtension, task: GradleJar, sourceSet: FileCollection, ) : this( extension.properties, extension.classpath, // Sourcepath default: all source sourceSet, // Symbolic name default logic task.archiveBaseName.zip(task.archiveClassifier) { baseName, classifier ->
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 8.9K bytes - Click Count (0) -
build-logic/src/main/kotlin/Osgi.kt
// BND is incompatible with Kotlin/Multiplatform because it assumes the JVM source set's // name is // 'main'. Work around this by creating a 'main' source set that forwards to 'jvmMain'. // // The forwarding SourceSet also needs to fake out some task names to prevent them from // being // registered twice. // // https://github.com/bndtools/bnd/issues/6590 val mainSourceSet = BndBuildAction.installWorkaround(project)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 3.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0)