Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,676 for input1 (0.88 sec)

  1. tensorflow/c/ops_test.cc

    TEST(OpsTest, TestBasicOpRegistration) {
      TF_OpDefinitionBuilder* builder = TF_NewOpDefinitionBuilder("SomeOp");
      TF_OpDefinitionBuilderAddAttr(builder, "attr1: string");
      TF_OpDefinitionBuilderAddInput(builder, "input1: uint8");
      TF_OpDefinitionBuilderAddInput(builder, "input2: uint16");
      TF_OpDefinitionBuilderAddOutput(builder, "output1: uint32");
      TF_Status* status = TF_NewStatus();
      TF_RegisterOpDefinition(builder, status);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 11 01:20:50 UTC 2021
    - 12.6K bytes
    - Viewed (0)
  2. tensorflow/cc/tools/freeze_saved_model_test.cc

      }
    
      // Builds a SignatureDef with the provided `inputs` and `outputs`.
      SignatureDef BuildSignatureDef(const std::unordered_set<string>& inputs,
                                     const std::unordered_set<string>& outputs) {
        SignatureDef signature_def;
        for (const string& input : inputs) {
          (*signature_def.mutable_inputs())[input].set_name(input);
        }
        for (const string& output : outputs) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 07 13:30:31 UTC 2022
    - 21.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/DirectNodeInputUsingModelAction.java

            return new AbstractModelAction<T>(reference, descriptor, input1, input2) {
                @Override
                public void execute(MutableModelNode modelNode, List<ModelView<?>> inputs) {
                    action.execute(modelNode,
                        Cast.<I>uncheckedCast(inputs.get(0).getInstance()),
                        Cast.<J>uncheckedCast(inputs.get(1).getInstance())
                    );
                }
            };
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

    // CHECK-LABEL: @main_stream_0
    // CHECK-SAME: ([[input0:%.*]]: !tf_mlrt.tensor, [[promise_b:%.*]]: !mlrt.promise)
    func.func @main_stream_0(%input0: tensor<i32>, %promise_b: !mlrt.promise) {
      %const = "tf.Const"() {__op_key = 0 : i32, value = dense<1> : tensor<i32>} : () -> tensor<i32>
      // CHECK: [[a:%.*]] = tf_mlrt.executeop([[input0]],
      // CHECK-SAME: AddV2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/optimize_functional_ops.mlir

      // CHECK: %[[INPUT0:.*]] = "tf.Placeholder.input"
      %0 = "tf.Placeholder.input"(%arg0) : (tensor<f32>) -> tensor<f32>
      // CHECK: %[[INPUT1:.*]] = "tf.Placeholder.input"
      %1 = "tf.Placeholder.input"(%arg1) : (tensor<f32>) -> tensor<f32>
      %2 = arith.constant dense<true> : tensor<i1>
    
      // CHECK: "tf.Multiply"(%[[INPUT1]], %[[INPUT0]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 10:34:48 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/SnapshotTaskInputsOperationIntegrationTest.groovy

        }
    
        private static String customTaskCode(String input1, String input2) {
            """
                ${customTaskImpl()}
                task customTask(type: CustomTask){
                    input1 = '$input1'
                    input2 = '$input2'
                }
            """
        }
    
        private static String customTaskImpl() {
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  7. pkg/spiffe/spiffe_test.go

    		},
    		{
    			name:         "Success when response contains multiple certs",
    			in:           input1,
    			extraCerts:   serverCerts,
    			statusCode:   http.StatusOK,
    			body:         validSpiffeX509BundleWithMultipleCerts,
    			wantNumCerts: 2,
    		},
    		{
    			name:        "Bundle endpoint is not trusted",
    			in:          input1,
    			extraCerts:  nil,
    			statusCode:  http.StatusOK,
    			body:        validSpiffeX509Bundle,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  8. tensorflow/c/kernels_test.cc

      EXPECT_EQ("Tensor<type: float shape: [2,3] values: [1 2 3][4 5 6]>",
                output->DebugString(100));
    }
    
    REGISTER_OP("DoNothingOp")
        .Input("input1: float")
        .Input("input2: float")
        .Attr("NumInput3: int >= 0")
        .Input("input3: NumInput3 * float")
        .Output("output1: float")
        .Attr("SomeDataTypeAttr: type");
    
    TEST_F(DeviceKernelOpTest, TestGetKernelInfo) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/signature_def_output_override.mlir

    // CHECK-NEXT:    name: "min_runtime_version",
    // CHECK-NEXT:    buffer: 6
    // CHECK-NEXT:  } ],
    // CHECK-NEXT:  signature_defs: [ {
    // CHECK-NEXT:    inputs: [ {
    // CHECK-NEXT:      name: "input1",
    // CHECK-NEXT:      tensor_index: 1
    // CHECK-NEXT:    }, {
    // CHECK-NEXT:      name: "input2"
    // CHECK-NEXT:    } ],
    // CHECK-NEXT:    outputs: [ {
    // CHECK-NEXT:      name: "end_logits",
    // CHECK-NEXT:      tensor_index: 4
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

          (BinaryOp (TFL_ReshapeOp:$lhs $input1, (Arith_ConstantOp:$shape1 $s1)),
                    (TFL_ReshapeOp:$rhs $input2, (Arith_ConstantOp:$shape2 $s2))),
          (TFL_ReshapeOp (BinaryOp $input1, $input2), $shape1),
          [(IsTailOfShape $rhs, $lhs),
           (IsTailOfShape $lhs, $rhs),
           (IsTailOfShape $input1, $input2),
           (IsTailOfShape $input2, $input1),
           (SameElementType $input1, $input2)]>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top