/external/tensorflow/tensorflow/python/data/kernel_tests/ |
optional_test.py | 367 self.evaluate(iterator.initializer)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
cli_shared_test.py | 338 tf_error = errors.OpError(None, self.var_a.initializer, "foo description",
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
dumping_wrapper_test.py | 60 self.sess.run(self.v.initializer)
|
/external/tensorflow/tensorflow/python/distribute/ |
input_lib.py | 206 A list of any initializer ops that should be run. 443 In graph execution, it returns the initializer ops for the underlying 447 A list of any initializer ops that should be run. 453 return [self._iterator.initializer]
|
values.py | 459 # Typically, a `DistributedVariable`'s initializer is composed of the 487 def initializer(self): member in class:DistributedVariable 494 v.initializer for v in self._values)) 792 # initializer is composed of the initializers of the components variables. 1055 def initializer(self): member in class:TPUMirroredVariable [all...] |
/external/tensorflow/tensorflow/python/eager/ |
def_function_test.py | 531 init_op = var_list[0].initializer
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
array_ops_test.py | 722 x.initializer.run() [all...] |
session_ops_test.py | 308 self.evaluate(a.initializer)
|
stack_op_test.py | 277 v.initializer.run()
|
tensor_array_ops_test.py | [all...] |
cwise_ops_binary_test.py | 259 self.evaluate([var_x.initializer, var_y.initializer]) [all...] |
/external/tensorflow/tensorflow/python/saved_model/ |
save.py | 470 asset_variable.initializer) [all...] |
/external/tensorflow/tensorflow/python/training/tracking/ |
data_structures_test.py | 95 self.evaluate([v.initializer for v in model.variables]) 439 self.evaluate([v.initializer for v in model.variables])
|
/external/skia/src/sksl/ |
SkSLIRGenerator.cpp | 407 std::unique_ptr<Statement> initializer; local 409 initializer = this->convertStatement(*f.fInitializer); 410 if (!initializer) { 433 return std::unique_ptr<Statement>(new ForStatement(f.fOffset, std::move(initializer), 627 std::unique_ptr<Statement> initializer(new ExpressionStatement(std::move(assignment))); 630 std::move(initializer), [all...] |
/external/skqp/src/sksl/ |
SkSLIRGenerator.cpp | 401 std::unique_ptr<Statement> initializer; local 403 initializer = this->convertStatement(*f.fInitializer); 404 if (!initializer) { 427 return std::unique_ptr<Statement>(new ForStatement(f.fOffset, std::move(initializer), 621 std::unique_ptr<Statement> initializer(new ExpressionStatement(std::move(assignment))); 624 std::move(initializer), [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 909 as the initializer for a global variable. See the method 915 value can in turn be used as the initializer for a global variable. 921 This value can in turn be used as the initializer for a global variable. 927 in the context [context]. This value can in turn be used as the initializer 933 This value can in turn be used as the initializer 940 the initializer for a global variable. See the method [all...] |
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
llvm.mli | 744 as the initializer for a global variable. See the method 750 value can in turn be used as the initializer for a global variable. 756 This value can in turn be used as the initializer for a global variable. 762 in the context [context]. This value can in turn be used as the initializer 768 This value can in turn be used as the initializer 775 the initializer for a global variable. See the method [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
llvm.mli | 933 as the initializer for a global variable. See the method 939 value can in turn be used as the initializer for a global variable. 945 This value can in turn be used as the initializer for a global variable. 951 in the context [context]. This value can in turn be used as the initializer 957 This value can in turn be used as the initializer [all...] |
/external/mesa3d/src/compiler/glsl/ |
ast_to_hir.cpp | [all...] |
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
Intermediate.cpp | [all...] |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
/external/python/pyasn1/pyasn1/type/ |
univ.py | 56 On constraint violation or bad initializer. 300 On constraint violation or bad initializer. 380 Binary string initializer to use instead of the *value*. 384 Hexadecimal string initializer to use instead of the *value*. 390 On constraint violation or bad initializer. 706 'Bad BitString initializer type \'%s\'' % (value,) 748 Binary string initializer to use instead of the *value*. 752 Hexadecimal string initializer to use instead of the *value*. 758 On constraint violation or bad initializer. 837 "Bad %s initializer '%s'" % (self.__class__.__name__, value [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 283 // TODO: should also check for presence of a non-zero initializer 335 final ConstantValueAttribute_info initializer = new ConstantValueAttribute_info (nameIndex, valueIndex); local 336 fieldAttributes.add (initializer); [all...] |
/external/tensorflow/tensorflow/python/keras/ |
callbacks_test.py | 862 initializer = keras.initializers.Constant(value=1e5) 869 kernel_initializer=initializer)) [all...] |
model_subclassing_test.py | 262 initializer=init_ops.random_uniform_initializer(-0.1, 0.1), [all...] |