Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 120 for findRef (0.46 sec)

  1. tensorflow/compiler/jit/compilability_check_util_test.cc

      GraphDef graph_def;
      TF_EXPECT_OK(builder.ToGraphDef(&graph_def));
      std::unique_ptr<Graph> graph(new Graph(flib_def_.get()));
      TF_CHECK_OK(GraphDefBuilderToGraph(builder, graph.get()));
    
      auto while_node_it = std::find_if(
          graph->nodes().begin(), graph->nodes().end(),
          [&](const Node* n) { return n->name() == kFunctionalWhileNodeName; });
      EXPECT_NE(while_node_it, graph->nodes().end());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 22.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export_test.cc

      ASSERT_THAT(exported_model->graph_def().node(), SizeIs(2));
    
      // Match the `_Arg` node that corresponds to the argument of @main.
      const auto arg_node_itr =
          llvm::find_if(exported_model->graph_def().node(),
                        [](const NodeDef& node) { return node.op() == "_Arg"; });
      ASSERT_NE(arg_node_itr, exported_model->graph_def().node().end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/resource/fallback_query_param_verifier_test.go

    // filled in with passed values; implements Verifier interface.
    func createFakeV3Verifier(crds []schema.GroupKind, root openapi3.Root, queryParam VerifiableQueryParam) Verifier {
    	return &queryParamVerifierV3{
    		finder: NewCRDFinder(func() ([]schema.GroupKind, error) {
    			return crds, nil
    		}),
    		root:       root,
    		queryParam: queryParam,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 18:30:16 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest_pred_impl.h

    // 'gen_gtest_pred_impl.py 5'.  DO NOT EDIT BY HAND!
    //
    // Implements a family of generic predicate assertion macros.
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
    #define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
    
    // Makes sure this header is not included before gtest.h.
    #ifndef GTEST_INCLUDE_GTEST_GTEST_H_
    # error Do not include gtest_pred_impl.h directly.  Include gtest.h instead.
    #endif  // GTEST_INCLUDE_GTEST_GTEST_H_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/hlo_matchers.cc

      // Each value `dim` in `index` should be in [0, shape[dim]).
      static std::optional<SmallVector<int64_t>> NextTensorIndex(
          SmallVector<int64_t> index, ArrayRef<int64_t> shape, int64_t fixed_axis) {
    #ifndef NDEBUG
        assert(shape.size() == index.size());
        assert(fixed_axis < shape.size());
        assert(fixed_axis >= 0);
        assert(index[fixed_axis] == 0);
        for (size_t i = 0; i < shape.size(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest_pred_impl.h

    // 'gen_gtest_pred_impl.py 5'.  DO NOT EDIT BY HAND!
    //
    // Implements a family of generic predicate assertion macros.
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
    #define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
    
    // Makes sure this header is not included before gtest.h.
    #ifndef GTEST_INCLUDE_GTEST_GTEST_H_
    # error Do not include gtest_pred_impl.h directly.  Include gtest.h instead.
    #endif  // GTEST_INCLUDE_GTEST_GTEST_H_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  7. src/runtime/asm_ppc64x.s

    	MOVD	R1, R14			// save current stack
    	SUB	$cgoCalleeStackSize, R1	// reserve the callee area
    	RLDCR	$0, R1, $~15, R1	// 16-byte align
    	BL	(CTR)			// may clobber R0, R3-R12
    	MOVD	R14, R1			// restore stack
    #ifndef GOOS_aix
    	MOVD	24(R1), R2
    #endif
    	XOR	R0, R0			// fix R0
    
    nocgo:
    	// update stackguard after _cgo_init
    	MOVD	(g_stack+stack_lo)(g), R3
    	ADD	$const_stackGuard, R3
    	MOVD	R3, g_stackguard0(g)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  8. docs/de/docs/help-fastapi.md

    Durch das Hinzufügen eines Sterns können andere Benutzer es leichter finden und sehen, dass es für andere bereits nützlich war.
    
    ## Das GitHub-Repository auf Releases beobachten
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:29:57 UTC 2024
    - 16K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    // generic termibits.h (which is included by termbits.h on sparc).
    #include <asm-generic/termbits.h>
    #else
    #include <asm/termbits.h>
    #endif
    
    #ifndef PTRACE_GETREGS
    #define PTRACE_GETREGS	0xc
    #endif
    
    #ifndef PTRACE_SETREGS
    #define PTRACE_SETREGS	0xd
    #endif
    
    #ifdef SOL_BLUETOOTH
    // SPARC includes this in /usr/include/sparc64-linux-gnu/bits/socket.h
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/writebarrier.go

    				continue
    			case OpStore:
    				if last == nil {
    					continue
    				}
    				nonPtrStores++
    				if nonPtrStores > 2 {
    					break FindSeq
    				}
    			default:
    				if last == nil {
    					continue
    				}
    				break FindSeq
    			}
    		}
    		stores = append(stores[:0], b.Values[start:end]...) // copy to avoid aliasing
    		after = append(after[:0], b.Values[end:]...)
    		b.Values = b.Values[:start]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 23.5K bytes
    - Viewed (0)
Back to top