Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 621 for xtest (0.05 sec)

  1. tensorflow/compiler/mlir/lite/schema/flatbuffer_compatibility_test.cc

    limitations under the License.
    ==============================================================================*/
    
    #include <fstream>
    #include <string>
    
    #include <gtest/gtest.h>
    #include "flatbuffers/flatc.h"  // from @flatbuffers
    #include "tensorflow/core/platform/platform.h"
    
    #ifdef PLATFORM_GOOGLE
    #define TFLITE_TF_PREFIX "third_party/tensorflow/"
    #else
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf_test.cc

    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.h"
    
    #include <cstdint>
    #include <string>
    
    #include <gtest/gtest.h>
    #include "absl/status/status.h"
    #include "absl/strings/str_cat.h"
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/IR/DialectRegistry.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v1/tf_dialect_to_executor_test.cc

    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/api/v1/tf_dialect_to_executor.h"
    
    #include <cstdint>
    #include <string>
    
    #include <gtest/gtest.h>
    #include "absl/status/status.h"
    #include "absl/strings/str_cat.h"
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/IR/DialectRegistry.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 08:08:57 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir_test.cc

    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h"
    
    #include <memory>
    #include <string>
    #include <vector>
    
    #include <gmock/gmock.h>
    #include <gtest/gtest.h>
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tf2xla/internal/test_matchers.h"
    #include "tensorflow/compiler/tf2xla/xla_compiler.h"
    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. cmd/import-boss/main.go

    		// Discard packages which represent the <pkg>.test result.  They don't seem
    		// to hold any interesting source info.
    		if strings.HasSuffix(pkg.PkgPath, ".test") {
    			klog.V(3).Infof("ignoring testbin pkg: %q", pkg.PkgPath)
    			continue
    		}
    
    		// Packages which end in "_test" have tests which use the special "_test"
    		// package suffix.  Packages which have test files must be tests.  Don't
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/xla_rewrite_util_test.cc

    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/protobuf/tpu/topology.pb.h"
    #include "tensorflow/core/util/device_name_utils.h"
    
    // #include <gmock/gmock.h>
    // #include <gtest/gtest.h>
    
    namespace tensorflow {
    namespace {
    absl::StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> GetMlirModuleFromString(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/internal/test_matchers_test.cc

    absl::StatusOr<int> failed() {
      return absl::StatusOr<int>(absl::InternalError("fail"));
    }
    
    TEST(TestUtil, MatchesOk) { ASSERT_THAT(success(), IsOkOrFiltered()); }
    
    TEST(TestUtil, DoesntMatchesFailure) {
      ASSERT_THAT(failed(), Not(IsOkOrFiltered()));
    }
    
    TEST(TestUtil, MatchesFiltered) { ASSERT_THAT(filtered(), IsOkOrFiltered()); }
    
    TEST(TestUtil, IncrementsOk) {
      CellReader<int64_t> reader(kMetric);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v2/cluster_tf_test.cc

    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/api/v2/cluster_tf.h"
    
    #include <cstdint>
    #include <string>
    
    #include <gtest/gtest.h>
    #include "absl/status/status.h"
    #include "absl/strings/str_cat.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. cluster/gce/config-test.sh

    export NODE_EXTRA_METADATA=${KUBE_NODE_EXTRA_METADATA:-${KUBE_EXTRA_METADATA:-}}
    
    NETWORK=${KUBE_GCE_NETWORK:-e2e-test-${USER}}
    if [[ "${CREATE_CUSTOM_NETWORK}" = true ]]; then
      SUBNETWORK=${SUBNETWORK:-${NETWORK}-custom-subnet}
    fi
    INSTANCE_PREFIX=${KUBE_GCE_INSTANCE_PREFIX:-e2e-test-${USER}}
    CLUSTER_NAME=${CLUSTER_NAME:-${INSTANCE_PREFIX}}
    MASTER_NAME="${INSTANCE_PREFIX}-master"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor_test.cc

    #include "tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor.h"
    
    #include <stdlib.h>
    
    #include <cstdint>
    #include <string>
    
    #include <gtest/gtest.h>
    #include "absl/status/status.h"
    #include "absl/strings/str_cat.h"
    #include "absl/strings/string_view.h"
    #include "llvm/Support/raw_ostream.h"
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top