/external/tensorflow/tensorflow/python/keras/engine/ |
D | input_spec.py | 155 def assert_input_compatibility(input_spec, inputs, layer_name): argument 277 def to_tensor_spec(input_spec, default_dtype=None): argument
|
D | sequential.py | 505 def input_spec(self): member in Sequential 513 def input_spec(self, value): member in Sequential
|
D | functional.py | 263 def input_spec(self): member in Functional 285 def input_spec(self, value): member in Functional
|
D | base_layer_v1.py | 896 def input_spec(self): member in Layer 903 def input_spec(self, value): member in Layer
|
D | base_layer.py | 1252 def input_spec(self): member in Layer 1290 def input_spec(self, value): member in Layer
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | category_crossing.py | 184 def compute_output_signature(self, input_spec): argument
|
D | hashing.py | 205 def compute_output_signature(self, input_spec): argument
|
D | category_encoding.py | 163 def compute_output_signature(self, input_spec): argument
|
D | normalization.py | 276 def compute_output_signature(self, input_spec): argument
|
D | discretization.py | 283 def compute_output_signature(self, input_spec): argument
|
D | text_vectorization.py | 349 def compute_output_signature(self, input_spec): argument
|
D | index_lookup.py | 362 def compute_output_signature(self, input_spec): argument
|
/external/tensorflow/tensorflow/c/ |
D | ops.cc | 45 const char* input_spec) { in TF_OpDefinitionBuilderAddInput()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_api_info.cc | 216 for (const auto& input_spec : input_specs) { in InitializeFromParamSpecs() local
|
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
D | tfrt_op_kernel.cc | 222 TFRTOpMetaBuilder& TFRTOpMetaBuilder::Input(StringPiece input_spec) { in Input()
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | flatbuffer_to_proto_test.cc | 340 EdgeTpuDeviceSpecT* input_spec = input_settings->edgetpu_device_spec.get(); in TEST_F() local
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 93 bool setup_cs(const char *input_spec, enum chip_class chip_class, in setup_cs()
|