Home
last modified time | relevance | path

Searched defs:input_spec (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py159 def assert_input_compatibility(input_spec, inputs, layer_name): argument
281 def to_tensor_spec(input_spec, default_dtype=None): argument
Dsequential.py510 def input_spec(self): member in Sequential
518 def input_spec(self, value): member in Sequential
Dfunctional.py271 def input_spec(self): member in Functional
293 def input_spec(self, value): member in Functional
Dbase_layer_v1.py896 def input_spec(self): member in Layer
903 def input_spec(self, value): member in Layer
Dbase_layer.py1320 def input_spec(self): member in Layer
1358 def input_spec(self, value): member in Layer
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dcategory_crossing.py189 def compute_output_signature(self, input_spec): argument
Dhashing.py210 def compute_output_signature(self, input_spec): argument
Dcategory_encoding.py141 def compute_output_signature(self, input_spec): argument
Dnormalization.py252 def compute_output_signature(self, input_spec): argument
Ddiscretization.py223 def compute_output_signature(self, input_spec): argument
Dtext_vectorization.py375 def compute_output_signature(self, input_spec): argument
Dnormalization_v1.py184 def compute_output_signature(self, input_spec): argument
Dindex_lookup.py253 def compute_output_signature(self, input_spec): argument
/external/llvm-project/lldb/source/Utility/
DStructuredData.cpp35 StructuredData::ParseJSONFromFile(const FileSpec &input_spec, Status &error) { in ParseJSONFromFile()
/external/tensorflow/tensorflow/python/framework/
Dpython_api_info.cc216 for (const auto& input_spec : input_specs) { in InitializeFromParamSpecs() local
/external/tensorflow/tensorflow/c/
Dops.cc45 const char* input_spec) { in TF_OpDefinitionBuilderAddInput()
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp93 bool setup_cs(const char *input_spec, enum chip_class chip_class, in setup_cs()
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp2217 FileSpec input_spec(m_options.m_filename); in DoExecute() local