Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 79 for result_end (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        }
      }
    
      for (Node* control_ret : control_ret_nodes) {
        auto* inst = node_values_[control_ret->id()];
        inst_to_return.push_back(*std::prev(inst->result_end()));
      }
    
      // Terminate the function by adding a Fetch operation to terminate the graph
      // and a return operation to return the Graph results.
      builder_.setInsertionPointToEnd(&graph_op.getBody().front());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/pin-ops-with-side-effects.mlir

      %tmp4 = "tfl.while"(%tmp3) (
      {
        // cond
        ^bb0(%arg_cond: tensor<1xf32>):
        %result_cond = tfl.greater(%arg_cond, %const) : (tensor<1xf32>, tensor<1xf32>) -> tensor<1xi1>
        "tfl.yield"(%result_cond) : (tensor<1xi1>) -> ()
      },
      {
        //body
        ^bb0(%arg_body: tensor<1xf32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 17 10:45:19 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

            result_id->getResult(0));
        // Assign to same device as result is currently set, unless unset and then
        // assign to the device on which compilation will happen.
        // TODO(jpienaar): Remove this later.
        if (auto device = res->getAttrOfType<StringAttr>("device")) {
          if (!device.getValue().empty())
            result_id->setAttr("device", device);
          else
            result_id->setAttr("device", compile_device_op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/device_util_test.cc

        TF_ASSIGN_OR_RETURN(jit::DeviceId device_id, cache.GetIdFor(name));
        device_set.Insert(device_id);
      }
    
      TF_ASSIGN_OR_RETURN(
          jit::DeviceId result_id,
          PickDeviceForXla(cache, device_set, allow_mixing_unknown_and_cpu));
      *result = string(cache.GetNameFor(result_id));
      return absl::OkStatus();
    }
    
    void CheckPickDeviceResult(absl::string_view expected_result,
                               bool allow_mixing_unknown_and_cpu,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/topologymanager/scope_test.go

    		if err != nil {
    			t.Errorf("Expected error to be nil but got: %v", err)
    		}
    		if len1-len2 != 1 {
    			t.Errorf("Remove Pod from podMap resulted in error")
    		}
    		if lenHints1-lenHints2 != 1 {
    			t.Error("Remove Pod from podTopologyHints resulted in error")
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 10 11:44:15 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/build_cc_cache_issue64423.txt

    [GOOS:plan9] env path=$WORK${/}bin
    
    # Force CGO_ENABLED=1 so that the following commands should error
    # out if the fake clang doesn't work.
    env CGO_ENABLED=1
    
    # The bug in https://go.dev/issue/64423 resulted in cache keys that
    # didn't contain any information about the C compiler.
    # Since the bug was in cache key computation, isolate the cache:
    # if we change the way caching works, we want the test to fail
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 19:13:29 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. src/go/ast/walk_test.go

    func TestPreorderBreak(t *testing.T) {
    	// This test checks that Preorder correctly handles a break statement while
    	// in the middle of walking a node. Previously, incorrect handling of the
    	// boolean returned by the yield function resulted in the iterator calling
    	// yield for sibling nodes even after yield had returned false. With that
    	// bug, this test failed with a runtime panic.
    	src := "package p\ntype T struct {\n\tF int `json:\"f\"` // a field\n}\n"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:34:10 UTC 2024
    - 916 bytes
    - Viewed (0)
  8. test/fixedbugs/issue21048.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 21048: s390x merged address generation into stores
    // to unaligned global variables. This resulted in an illegal
    // instruction.
    
    package main
    
    type T struct {
    	_ [1]byte
    	a [2]byte // offset: 1
    	_ [3]byte
    	b [2]uint16 // offset: 6
    	_ [2]byte
    	c [2]uint32 // offset: 12
    	_ [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 19 14:22:48 UTC 2017
    - 1.1K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/api/internal/tasks/TaskExecuterResult.java

         */
        List<String> getExecutionReasons();
    
        /**
         * Whether the task was executed incrementally.
         */
        boolean executedIncrementally();
    
        /**
         * If the execution resulted in some previous output being reused, this returns its origin metadata.
         */
        Optional<OriginMetadata> getReusedOutputOriginMetadata();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:45:45 UTC 2019
    - 2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/tests/bridge/convert_tf_quant_ops_to_mhlo.mlir

      // CHECK: %[[RES_INT_2:.*]] = mhlo.convert %[[RES_INT_1]] : tensor<3x2xi32>
      %result_int = "tf.Cast"(%result) {Truncate = false} : (tensor<3x2x!tf_type.qint32>) -> tensor<3x2xi32>
      // CHECK: return %[[RES_INT_2]] : tensor<3x2xi32>
      func.return %result_int : tensor<3x2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top