Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,264 for const1 (0.24 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (MUL(Q|L)const [-3] x) => (NEG(Q|L) (LEA(Q|L)2 <v.Type> x x))
    (MUL(Q|L)const [-1] x) => (NEG(Q|L) x)
    (MUL(Q|L)const [ 0] _) => (MOV(Q|L)const [0])
    (MUL(Q|L)const [ 1] x) => x
    (MUL(Q|L)const [ 3] x) => (LEA(Q|L)2 x x)
    (MUL(Q|L)const [ 5] x) => (LEA(Q|L)4 x x)
    (MUL(Q|L)const [ 7] x) => (LEA(Q|L)2 x (LEA(Q|L)2 <v.Type> x x))
    (MUL(Q|L)const [ 9] x) => (LEA(Q|L)8 x x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  2. src/go/doc/reader.go

    	// imports
    	imports      map[string]int
    	hasDotImp    bool // if set, package contains a dot import
    	importByName map[string]string
    
    	// declarations
    	values []*Value // consts and vars
    	order  int      // sort order of const and var declarations (when we can't use a name)
    	types  map[string]*namedType
    	funcs  methodSet
    
    	// support for package-local shadowing of predeclared types
    	shadowedPredecl map[string]bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/tests/prepare_lifting.mlir

    // CHECK-DAG: %[[CONST:.*]] = "tf.Const"() <{value = dense<1.000000e+00> : tensor<2xf32>}> : () -> tensor<2xf32>
    // CHECK-DAG: %[[CONST_0:.*]] = "tf.Const"() <{value = dense<5.000000e-01> : tensor<2xf32>}> : () -> tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 03:24:59 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Reader", Type, 0},
    		{"TypeBlock", Const, 0},
    		{"TypeChar", Const, 0},
    		{"TypeCont", Const, 0},
    		{"TypeDir", Const, 0},
    		{"TypeFifo", Const, 0},
    		{"TypeGNULongLink", Const, 1},
    		{"TypeGNULongName", Const, 1},
    		{"TypeGNUSparse", Const, 3},
    		{"TypeLink", Const, 0},
    		{"TypeReg", Const, 0},
    		{"TypeRegA", Const, 0},
    		{"TypeSymlink", Const, 0},
    		{"TypeXGlobalHeader", Const, 0},
    		{"TypeXHeader", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    };
    
    inline const QuantizationDetails (&EnumValuesQuantizationDetails())[2] {
      static const QuantizationDetails values[] = {
        QuantizationDetails_NONE,
        QuantizationDetails_CustomQuantization
      };
      return values;
    }
    
    inline const char * const *EnumNamesQuantizationDetails() {
      static const char * const names[3] = {
        "NONE",
        "CustomQuantization",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/loader.cc

        return absl::UnimplementedError("Session::Create()");
      }
      Status Extend(const RunOptions& run_options, const GraphDef& graph) override {
        return absl::UnimplementedError("Session::Extend()");
      }
      Status Create(const RunOptions& run_options, GraphDef&& graph) override {
        return absl::UnimplementedError("Session::Create()");
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
  7. tensorflow/c/eager/gradients.cc

    }
    Status SetAttrTensor(AbstractOperation* op_, const char* attr_name,
                         AbstractTensorInterface* tensor,
                         ForwardOperation* forward_op_) {
      return tensorflow::errors::Unimplemented(
          "SetAttrTensor has not been implemented yet.");
    }
    Status SetAttrStringList(AbstractOperation* op_, const char* attr_name,
                             const void* const* values, const size_t* lengths,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 09:49:45 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  8. tensorflow/cc/client/client_session.cc

    }
    
    Status ClientSession::Run(
        const RunOptions& run_options, const FeedType& inputs,
        const std::vector<Output>& fetch_outputs,
        const std::vector<Operation>& run_outputs, std::vector<Tensor>* outputs,
        RunMetadata* run_metadata,
        const thread::ThreadPoolOptions& threadpool_options) const {
      std::vector<std::pair<string, Tensor>> feeds;
      for (auto const& feed : inputs) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 28 09:04:10 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/codegen_test_h.golden

        return static_cast<const float*>(arg_data(2));
      }
      const float& var_myvar_readonly() {
        return (*static_cast<const float(*)[1]>(
            arg_data(2)))[0];
      }
      const float* var_myvar_readonly_data() const {
        return static_cast<const float*>(arg_data(2));
      }
      const float& var_myvar_readonly() const {
        return (*static_cast<const float(*)[1]>(
            arg_data(2)))[0];
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

    #include "tensorflow/core/util/dump_graph.h"
    
    namespace tensorflow {
    
    const char* const kXlaCompiledKernelAttr = "_XlaCompiledKernel";
    const char* const kXlaNumConstantArgsAttr = "_XlaNumConstantArgs";
    const char* const kXlaNumResourceArgsAttr = "_XlaNumResourceArgs";
    const char* const kXlaHostTransferSequencerAttr =
        "_xla_host_transfer_sequencer";
    const char* const kXlaHasReferenceVarsAttr = "_XlaHasReferenceVars";
    
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top