Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 468 for movbe (0.04 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_op_order.cc

    namespace mlir {
    namespace TFL {
    namespace {
    #define GEN_PASS_DEF_OPTIMIZEOPORDERPASS
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    // Dequantize ops will produce 3x larger tensors, so we want to move it after
    // some passthrough ops to reduce the memory consumption.
    struct PushDownDequantize : public OpRewritePattern<DequantizeOp> {
      explicit PushDownDequantize(MLIRContext* context)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. src/internal/runtime/atomic/atomic_386.s

    TEXT ·Or8(SB), NOSPLIT, $0-5
    	MOVL	ptr+0(FP), AX
    	MOVB	val+4(FP), BX
    	LOCK
    	ORB	BX, (AX)
    	RET
    
    // void	·And8(byte volatile*, byte);
    TEXT ·And8(SB), NOSPLIT, $0-5
    	MOVL	ptr+0(FP), AX
    	MOVB	val+4(FP), BX
    	LOCK
    	ANDB	BX, (AX)
    	RET
    
    TEXT ·Store8(SB), NOSPLIT, $0-5
    	MOVL	ptr+0(FP), BX
    	MOVB	val+4(FP), AX
    	XCHGB	AX, 0(BX)
    	RET
    
    // func Or(addr *uint32, v uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/SimpleBuildCacheKey.java

            return hashCode;
        }
    
        @Override
        public String getHashCode() {
            return hashCode.toString();
        }
    
        // TODO Provide default implementation
        // TODO Deprecate and move this to BuildCacheKeyInternal
        @Override
        public byte[] toByteArray() {
            return hashCode.toByteArray();
        }
    
        // TODO Provide default implementation
        @Override
        @Deprecated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:58 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/build_xla_ops_pass_test.cc

      opt_options.flib_def = &flib_def;
    
      BuildXlaOpsPass pass(/*enable_lazy_compilation=*/true);
      TF_RETURN_IF_ERROR(pass.Run(opt_options));
      VLOG(3) << graph->ToGraphDefDebug().DebugString();
      *result = std::move(graph);
      return absl::OkStatus();
    }
    
    Status MakeXlaCompiledKernel(Graph* graph, const string& callee_name,
                                 const string& node_name, int num_constant_args,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_stablehlo_to_vhlo.cc

      StablehloToOdmlTypeConverter converter;
      RewritePatternSet patterns(context);
      stablehlo::populateStablehloToVhloPatterns(&patterns, &converter, context);
    
      if (failed(applyPartialConversion(module, target, std::move(patterns)))) {
        return module->emitError("Failed partial conversion to VHLO");
      }
      return success();
    }
    
    LogicalResult ApplyVhloToVersionPatterns(ModuleOp module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 19:48:51 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/ServiceRegistryBuilderTest.groovy

        }
    
        @ServiceScope(Scope.BuildTree)
        static class BuildTreeScopedService {}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_data_optimization.td

    ==============================================================================*/
    
    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    
    // TODO(jpienaar): Move this somewhere general.
    class GetI64ScalarElementsAttr<int value> :
      NativeCodeCall<"DenseElementsAttr::get<int64_t>(RankedTensorType::get({}, $_builder.getIntegerType(64)), " # value # ")">;
    
    def FuseMapAndBatch : Pat<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. tensorflow/cc/saved_model/reader.cc

      TF_RETURN_IF_ERROR(ReadSavedModel(export_dir, &saved_model_proto));
      TF_ASSIGN_OR_RETURN(MetaGraphDef * m,
                          FindMetaGraphDef(tags, &saved_model_proto));
      *meta_graph_def = std::move(*m);
      return absl::OkStatus();
    }
    
    Status ReadSavedModelDebugInfoIfPresent(
        absl::string_view export_dir,
        std::unique_ptr<GraphDebugInfo>* debug_info_proto) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 00:19:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. src/crypto/aes/gcm_ppc64x.s

    	MOVHZ	(MASK_PTR)(R16), R14
    	XOR	R14, R15, R14
    	MOVH	R14, (R16)(BLK_OUT)
    	ADD	$2, R16
    	ADD	$-2, IN_LEN
    next1:
    	CMP	IN_LEN, $1
    	BLT	done
    	MOVBZ	(MASK_PTR)(R16), R14
    	MOVBZ	(BLK_INP)(R16), R15
    	XOR	R14, R15, R14
    	MOVB	R14, (R16)(BLK_OUT)
    #endif
    done:
    	// Save the updated counter value
    	P8_STXVB16X(V30, COUNTER, R0)
    	// Clear the keys
    	XXLXOR	VS0, VS0, VS0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  10. src/runtime/asm_ppc64x.s

    	BEQ	callfn;			\
    	ADD	$7, R3;			\
    	ADD	$7, R5;			\
    	BR	tail;			\
    tailsetup: \
    	CMP	$0, R4;			\
    	BEQ	callfn;			\
    	ADD     $(FIXED_FRAME-1), R5;	\
    	SUB     $1, R3;			\
    tail: \
    	MOVBU	1(R3), R6;		\
    	MOVBU	R6, 1(R5);		\
    	SUB	$1, R4;			\
    	CMP	$0, R4;			\
    	BGT	tail;			\
    callfn: \
    	/* call function */			\
    	MOVD	f+8(FP), R11;			\
    #ifdef GOOS_aix				\
    	/* AIX won't trigger a SIGSEGV if R11 = nil */	\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
Back to top