HomeSort by relevance Sort by last modified time
    Searched refs:Default (Results 101 - 125 of 1611) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/ops/compat/
backwards_compatibility_test.cc 32 Env* env = Env::Default();
  /external/tensorflow/tensorflow/core/platform/cloud/
now_seconds_env.h 28 NowSecondsEnv() : EnvWrapper(Env::Default()) {}
  /external/tensorflow/tensorflow/core/platform/
cuda_libdevice_path_test.cc 29 TF_EXPECT_OK(Env::Default()->GetMatchingPaths(
  /external/tensorflow/tensorflow/core/platform/posix/
env_time.cc 39 EnvTime* EnvTime::Default() {
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline_test.cc 43 ReadProtoFile(Env::Default(), graph_path, graph_pb.get(), false));
51 ReadProtoFile(Env::Default(), run_meta_path, run_meta_pb.get(), true));
73 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file + "_0", &dump_str));
87 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file + "_0", &dump_str));
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.cpp 28 .Default(V4);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sbe.h 13 WINBOOL Default;
  /prebuilts/go/darwin-x86/test/alias3.dir/
b.go 18 var C a.Context = Default
23 func (S) M2() Context { return Default }
  /prebuilts/go/linux-x86/test/alias3.dir/
b.go 18 var C a.Context = Default
23 func (S) M2() Context { return Default }
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 32 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits;
33 #define ENUM_CODEGENOPT(Name, Type, Bits, Default)
37 #define CODEGENOPT(Name, Bits, Default)
38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits;
215 #define CODEGENOPT(Name, Bits, Default)
216 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \
  /external/llvm/include/llvm/Target/
TargetOptions.h 28 Default, // Target-specific (either soft or hard depending on triple, etc).
62 Default, // Default means not specified
86 Default, // No specific tuning requested.
104 FloatABIType(FloatABI::Default),
107 EABIVersion(EABI::Default), DebuggerTuning(DebuggerKind::Default),
121 /// (the default), the code generator is not allowed to generate mad
129 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
56 SOB_Undefined, // Default C standard behavior.
158 #define LANGOPT(Name, Bits, Default, Description)
159 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
56 SOB_Undefined, // Default C standard behavior.
159 #define LANGOPT(Name, Bits, Default, Description)
160 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
56 SOB_Undefined, // Default C standard behavior.
159 #define LANGOPT(Name, Bits, Default, Description)
160 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
56 SOB_Undefined, // Default C standard behavior.
158 #define LANGOPT(Name, Bits, Default, Description)
159 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
56 SOB_Undefined, // Default C standard behavior.
159 #define LANGOPT(Name, Bits, Default, Description)
160 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
40 #define LANGOPT(Name, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
56 SOB_Undefined, // Default C standard behavior.
159 #define LANGOPT(Name, Bits, Default, Description)
160 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /external/llvm/bindings/go/
conftest.go 10 for _, tag := range build.Default.ReleaseTags {
  /external/tensorflow/tensorflow/examples/wav_to_spectrogram/
wav_to_spectrogram_test.cc 33 TF_ASSERT_OK(tensorflow::WriteStringToFile(tensorflow::Env::Default(),
36 TF_EXPECT_OK(tensorflow::Env::Default()->FileExists(output_image));
  /hardware/interfaces/tests/extension/light/2.0/
types.hal 25 enum Default : int32_t {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetOptions.h 24 Default, // Target-specific (either soft of hard depending on triple, etc).
52 /// (the default), the code generator is not allowed to generate mad
60 /// this flag is off (the default), the code generator is allowed to produce
68 /// this flag is off (the default), the code generator is not allowed to
76 /// this flag is off (the default), the code generator is not allowed to
82 /// this flag is off (the default), the code generator is not allowed to
88 /// false (the default), the code generator is allowed to assume that the
89 /// rounding behavior is the default (round-to-zero for all floating point to
103 /// on the command line. This setting may either be Default, Soft, or Hard.
104 /// Default selects the target's default behavior. Soft selects the ABI fo
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_writer_test.cc 40 TF_CHECK_OK(tensorflow::ReadFileToString(tensorflow::Env::Default(), path,
  /packages/apps/Contacts/src-bind/com/android/contactsbind/
ObjectFactory.java 24 * Creates default bindings for overlays.
33 return new DeviceLocalAccountTypeFactory.Default(context);
  /external/ltp/testscripts/
ltpstress.sh 64 -d datafile Data file for 'sar' or 'top' to log to. Default is "/tmp/ltpstress.data".
65 -i # (in sec) Interval that 'sar' or 'top' should take snapshots. Default is 10 seconds.
66 -I iofile Log results of 'iostat' to a file every interval. Default is "/tmp/ltpstress.iodata".
67 -l logfile Log results of test in a logfile. Default is "/tmp/ltpstress.log"
68 -m # (in Mb) Specify the _minimum_ memory load of # megabytes in background. Default is all the RAM + 1/2 swap.
74 -t duration Execute the testsuite for given duration in hours. Default is 24.
  /external/protobuf/python/google/protobuf/
symbol_database.py 80 self.pool = pool or descriptor_pool.Default()
180 _DEFAULT = SymbolDatabase(pool=descriptor_pool.Default())
183 def Default():
184 """Returns the default SymbolDatabase."""

Completed in 722 milliseconds

1 2 3 45 6 7 8 91011>>