Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for onInput (0.47 sec)

  1. tensorflow/compiler/jit/node_matchers_test.cc

      EXPECT_EQ(
          Explain(add.node(), NodeWith(Inputs(Out(NodeWith(Name("blah"))), _))),
          "\ninput 0 does not match expected:\nname: blah, \nsource does not match "
          "expected name: blah\n\t\nexpected name blah but found placeholder_a");
      EXPECT_EQ(
          Explain(add.node(), NodeWith(Inputs(_, Out(NodeWith(Name("blah")))))),
          "\ninput 1 does not match expected:\nname: blah, \nsource does not match "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 14:43:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/utils/perception_ops_utils_test.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace mlir {
    namespace TFL {
    namespace {
    
    template <int NInput, int NOutput>
    func::FuncOp createMaxUnpoolingFunc(
        mlir::Builder* builder, const SmallVector<mlir::Type, NInput>& input_types,
        const SmallVector<mlir::Type, NOutput>& output_types) {
      auto func_type = builder->getFunctionType(input_types, output_types);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Sep 29 21:02:21 UTC 2022
    - 7.4K bytes
    - Viewed (0)
  3. src/runtime/debug/mod_test.go

    		s2 := bi.String()
    		bi2, err := debug.ParseBuildInfo(s2)
    		if err != nil {
    			t.Fatalf("%v:\n%s", err, s2)
    		}
    
    		if !reflect.DeepEqual(bi2, bi) {
    			t.Fatalf("Parsed representation differs.\ninput:\n%s\noutput:\n%s", s, s2)
    		}
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 09 19:44:03 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/pathelement_test.go

    			}
    			output, err := PathElementString(pe)
    			if err != nil {
    				t.Fatalf("Failed to create string from path element: %v", err)
    			}
    			if test != output {
    				t.Fatalf("Expected round-trip:\ninput: %v\noutput: %v", test, output)
    			}
    		})
    	}
    }
    
    func TestPathElementIgnoreUnknown(t *testing.T) {
    	_, err := NewPathElement("r:Hello")
    	if err != nil {
    		t.Fatalf("Unknown qualifiers should be ignored")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/quantization_context.cc

          if (state.IsEmpty() && requantize.pos == RequantizeState::NO_REQUANTIZE) {
            output_specs.push_back(original_output_specs[res]);
          } else if (requantize.pos == RequantizeState::ON_INPUT) {
            output_specs.push_back(TypeAttr::get(requantize.params));
          } else {
            output_specs.push_back(TypeAttr::get(state.params));
          }
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/fields_test.go

    		}
    		output, err := SetToFields(set)
    		if err != nil {
    			t.Fatalf("Failed to create fields trie from path set: %v", err)
    		}
    		if !reflect.DeepEqual(test, output) {
    			t.Fatalf("Expected round-trip:\ninput: %v\noutput: %v", test, output)
    		}
    	}
    }
    
    // TestFieldsToSetError tests that errors are picked up by FieldsToSet
    func TestFieldsToSetError(t *testing.T) {
    	tests := []struct {
    		fields    metav1.FieldsV1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  7. operator/cmd/mesh/manifest-generate_test.go

    	// When this flag is true, use an alternative file suffix that is not hidden by
    	// default GitHub in pull requests.
    	showOutputFileInPullRequest bool
    	flags                       string
    	noInput                     bool
    	outputDir                   string
    	fileSelect                  []string
    	diffSelect                  string
    	diffIgnore                  string
    	chartSource                 chartSourceType
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

        final ClosingFuture<String> input1 = ClosingFuture.from(immediateFuture("value1"));
        final ClosingFuture<Object> input2Failed = failedClosingFuture();
        final ClosingFuture<String> nonInput = ClosingFuture.from(immediateFuture("value3"));
        final AtomicReference<ClosingFuture.Peeker> capturedPeeker = new AtomicReference<>();
        ClosingFuture<TestCloseable> closingFuture =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  9. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

    mv "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}" \
       "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}.backup"
    echo -e "OUTPUT_FORMAT(elf64-littleaarch64)\nINPUT ( libstdc++.so.6.0.18 -lstdc++_nonshared44 )" \
       > "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}"
    cp "./aarch64-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++_nonshared44.a" \
       "${TARGET}/usr/lib64"
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/asm_arm64_test.go

    			continue
    		}
    
    		matched, err := regexp.MatchString(test.out, string(out))
    		if err != nil {
    			t.Fatal(err)
    		}
    		if !matched {
    			t.Errorf("The %s testing failed!\ninput: %s\noutput: %s\n", test.name, test.code, out)
    		}
    	}
    }
    
    func testvmovs() (r1, r2 uint64)
    func testvmovd() (r1, r2 uint64)
    func testvmovq() (r1, r2 uint64)
    
    func TestVMOV(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:46:11 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top