Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,281 for terminator (0.16 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/SwiftMain.groovy

                // Simple hello world app
                func main() -> Int {
                  let greeter = Greeter()
                  greeter.sayHello()
                  print(sum(a: 5, b: 7), terminator: "")
                  return 0
                }
    
                _ = main()
            """)
    
        @Override
        String getExpectedOutput() {
            return greeter.expectedOutput + sum.sum(5, 7)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. src/net/cgo_unix.go

    //
    //	 Source		Encoding			Maximum length of single name entry
    //	 Unicast DNS		ASCII or			<=253 + a NUL terminator
    //				Unicode in RFC 5892		252 * total number of labels + delimiters + a NUL terminator
    //	 Multicast DNS	UTF-8 in RFC 5198 or		<=253 + a NUL terminator
    //				the same as unicast DNS ASCII	<=253 + a NUL terminator
    //	 Local database	various				depends on implementation
    const (
    	nameinfoLen    = 64
    	maxNameinfoLen = 4096
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_sharding_identification_pass.cc

      Block& function_block = func.front();
      Operation* terminator = function_block.getTerminator();
      sharding_for_rets.reserve(terminator->getNumOperands());
    
      // Iterate through results of `cluster_func`. For output ops, look for
      // TPUPartitionedOutput ops.
      //
      // Iterate through operands of the terminator. If the preceding op is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tpu_device_propagation.cc

      auto graph = llvm::dyn_cast<tf_executor::GraphOp>(block.front());
      if (!graph) return false;
    
      Operation* terminator = block.getTerminator();
      if (graph.getNumResults() != terminator->getNumOperands()) return false;
      for (auto result : llvm::zip(graph.getResults(), terminator->getOperands()))
        if (std::get<0>(result) != std::get<1>(result)) return false;
    
      return true;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/SwiftMainWithCppDep.groovy

                ${imports.collect { "import " + it }.join("\n")}
                
                // Simple hello world app
                func main() -> Int {
                  sayGreeting()
                  print(sum(a: 5, b: 7), terminator: "")
                  return 0
                }
        
                _ = main()
            """)
        }
    
        @Override
        String getExpectedOutput() {
            return greeter.expectedOutput + sum.sum(5, 7)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc

      }
    
      Operation &fetch = graph.GetBody().back();
      if (!isa<FetchOp>(fetch))
        return fetch.emitOpError()
               << "invalid tf_executor.graph terminator, fetch expected";
    
      // Ensure that the fetch terminator operands matches the graph result type.
      // All the non-control operands of the fetch operation must match the graph
      // returned value.
      if (fetch.getNumOperands() < graph.getNumResults())
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/order_by_dialect.mlir

    // CHECK-NEXT: y.a
    // CHECK-NEXT: y.b
    // CHECK-NEXT: y.c
    // CHECK-NEXT: z.a
    // CHECK-NEXT: z.b
    // CHECK-NEXT: z.c
    
    // -----
    
    // CHECK-LABEL: @terminator
    func.func @terminator(%arg0: f32) -> (f32) attributes {ignore_side_effects_for_testing} {
      func.call @terminator(%arg0) : (f32) -> (f32)
      "x.a"(%arg0) : (f32) -> ()
      "y.a"(%arg0) : (f32) -> ()
      "z.a"(%arg0) : (f32) -> ()
      func.return %arg0 : f32
    }
    // CHECK: x.a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. src/image/gif/reader.go

    	return n, nil
    }
    
    // close primarily detects whether or not a block terminator was encountered
    // after reading a sequence of data sub-blocks. It allows at most one trailing
    // sub-block worth of data. I.e., if some number of bytes exist in one sub-block
    // following the end of LZW data, the very next sub-block must be the block
    // terminator. If the very end of LZW data happened to fill one sub-block, at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_executor_ops.td

        implicitly captured by the region, representing the feeds to the graph.
    
        The region attached to `tf_executor.graph` is terminated by a
        `tf_executor.fetch` operation. The operands of the terminator correspond to
        the result values (or fetches) of the `tf_executor.graph` operation. The
        behavior is undefined if any of the operands of the `tf_executor.fetch` is
        dead.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 23 19:35:12 UTC 2023
    - 22K bytes
    - Viewed (0)
  10. src/main/java/jcifs/internal/dfs/DfsReferralRequestBuffer.java

            System.arraycopy(pathBytes, 0, dst, dstIndex, pathBytes.length);
            dstIndex += pathBytes.length;
            SMBUtil.writeInt2(0, dst, dstIndex);
            dstIndex += 2; // null terminator
            return dstIndex - start;
        }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.9K bytes
    - Viewed (0)
Back to top