/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/ |
H A 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
|
H A D | sequential.py | 505 def input_spec(self): member in Sequential 513 def input_spec(self, value): member in Sequential
|
H A D | functional.py | 263 def input_spec(self): member in Functional 285 def input_spec(self, value): member in Functional
|
H A D | base_layer_v1.py | 896 def input_spec(self): member in Layer 903 def input_spec(self, value): member in Layer
|
H A D | base_layer.py | 1252 def input_spec(self): member in Layer 1290 def input_spec(self, value): member in Layer
|
/aosp_15_r20/external/pytorch/test/mobile/nnc/ |
H A D | test_context.cpp | 39 InputSpec input_spec; in create_test_input_spec() local
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/ |
H A D | _op_schema.py | 104 def input_spec(self, index: int = 0) -> DTensorSpec: member in PlacementStrategy
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/ |
H A D | context.cpp | 173 for (const auto& input_spec : input_specs_) { in serialize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_api_info.cc | 216 for (const auto& input_spec : input_specs) { in InitializeFromParamSpecs() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | ops.cc | 45 const char* input_spec) { in TF_OpDefinitionBuilderAddInput()
|
/aosp_15_r20/external/cronet/url/ |
H A D | gurl.cc | 74 void GURL::InitCanonical(T input_spec, bool trim_path_end) { in InitCanonical()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | tfrt_op_kernel.cc | 225 TFRTOpMetaBuilder& TFRTOpMetaBuilder::Input(StringPiece input_spec) { in Input()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
H A D | flatbuffer_to_proto_test.cc | 367 EdgeTpuDeviceSpecT* input_spec = input_settings->edgetpu_device_spec.get(); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 92 setup_cs(const char* input_spec, enum amd_gfx_level gfx_level, enum radeon_family family, in setup_cs()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | pmap_lib.cc | 111 const InputSpec& input_spec, py::handle py_devices, in ShardArg()
|