Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for scast (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        }
        auto const_op =
            rewriter.create<TF::ConstOp>(loc, new_type, tensor_proto_attr);
        // Add scast op to match quantize -> composition pattern. The added scast
        // is then removed by canonicalization. ([scast - scast] -> [])
        auto scast_op = rewriter.create<quantfork::StorageCastOp>(
            loc, tensor_qtype, const_op.getOutput());
        q_op->replaceAllUsesWith(scast_op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    				if cast != nil {
    					st.setTemplate(cast, tmpl)
    					st.clearTemplateArgs(args)
    					cast = nil
    				}
    				a = nil
    				next = tmpl
    			case 'T':
    				next = st.templateParam()
    			case 'E':
    				if a == nil {
    					st.fail("expected prefix")
    				}
    				if cast != nil {
    					var toTmpl *Template
    					if castTempl, ok := cast.To.(*Template); ok {
    						toTmpl = castTempl
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.oma.bcast.associated-procedure-parameter+xml",
    				"application/vnd.oma.bcast.drm-trigger+xml",
    				"application/vnd.oma.bcast.imd+xml",
    				"application/vnd.oma.bcast.ltkm",
    				"application/vnd.oma.bcast.notification+xml",
    				"application/vnd.oma.bcast.provisioningtrigger",
    				"application/vnd.oma.bcast.sgboot",
    				"application/vnd.oma.bcast.sgdd+xml",
    				"application/vnd.oma.bcast.sgdu",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/tests/replace_cast_hacks_with_tf_xla_ops.mlir

        %18 = "tf.Round"(%17) : (tensor<f32>) -> tensor<f32>
        %19 = "tf.Cast"(%18) : (tensor<f32>) -> tensor<i32>
        %20 = "tf.AddV2"(%19, %arg10) : (tensor<i32>, tensor<i32>) -> tensor<i32>
        %21 = "tf.Cast"(%20) : (tensor<i32>) -> tensor<i8>
        %22 = "tf.Cast"(%21) {Truncate = false} : (tensor<i8>) -> tensor<i8>
        %23 = "tf.Cast"(%22) {Truncate = false} : (tensor<i8>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 81K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/resource_op_lifting.mlir

                // CHECK: %[[CAST:.+]] = "tf.Cast"(%[[CARG1]])
                // CHECK: "tf.Less"(%[[CARG0]], %[[CAST]])
                // CHECK: "tf.Yield"
                ^bb0(%carg0: tensor<i32>, %carg1: !tf_ref, %carg2: !tf_ref, %carg3: !tf_ref):
                   %read0 = "tf.ReadVariableOp"(%carg1) : (!tf_ref) -> tensor<f32>
                   %cast = "tf.Cast"(%read0) : (tensor<f32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        auto cond = symbol_table.lookup<mlir::func::FuncOp>(
            while_op->getAttr("cond").cast<mlir::FlatSymbolRefAttr>().getValue());
        AddCallOpInWhileOpRegion(while_op.getCond(), cond);
        while_op->removeAttr("cond");
        auto body = symbol_table.lookup<mlir::func::FuncOp>(
            while_op->getAttr("body").cast<mlir::FlatSymbolRefAttr>().getValue());
        AddCallOpInWhileOpRegion(while_op.getBody(), body);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK: [[VAL15:%.+]] = "tf.Cast"([[VAL10]]#1)
      // CHECK: [[VAL16:%.+]] = "tf.Div"([[VAL15]], [[VAL6]])
      // CHECK: [[VAL17:%.+]] = "tf.Mul"([[VAL16]], [[VAL5]])
      // CHECK: [[VAL18:%.+]] = "tf.Cast"([[VAL17]])
      // CHECK: [[VAL19:%.+]] = "tf.Reshape"([[VAL18]], [[VAL1]])
      // CHECK: [[VAL20:%.+]] = "tf.Mul"([[VAL19]], [[VAL10]]#2)
      // CHECK: [[VAL21:%.+]] = "tf.Cast"([[VAL10]]#2)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.internal.service;
    
    import org.gradle.api.Action;
    import org.gradle.internal.Cast;
    import org.gradle.internal.Factory;
    import org.gradle.internal.concurrent.CompositeStoppable;
    import org.gradle.internal.concurrent.Stoppable;
    
    import javax.annotation.Nullable;
    import java.io.Closeable;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. pkg/proxy/winkernel/proxier.go

    	svc, exists := proxier.svcPortMap[*svcPortName]
    
    	if exists {
    		svcInfo, ok := svc.(*serviceInfo)
    
    		if !ok {
    			klog.ErrorS(nil, "Failed to cast serviceInfo", "servicePortName", svcPortName)
    			return
    		}
    
    		if svcInfo.winProxyOptimization && redundantCleanup {
    			// This is a second cleanup call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      Output a = ops::Placeholder(root.WithOpName("test/a"), DT_INT64);
      Output b = ops::Placeholder(root.WithOpName("test/b"), DT_INT64);
    
      Output cast_a = ops::Cast(root.WithOpName("test/cast_a"), a, DT_INT32);
      Output cast_b = ops::Cast(root.WithOpName("test/cast_b"), b, DT_INT32);
    
      Output tensor_list_reserve = ops::TensorListReserve(
          root.WithOpName("test/tensor_list_reserve"), cast_a, cast_b, DT_FLOAT);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
Back to top