Searched refs:layer_type (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_integration_test.py | 106 for layer_type, inp_shape, fuzz_dims, arg_dict, filter_fn in _LAYERS_TO_TEST: 113 name = '_{}_{}'.format(layer_type.__name__, 115 cases.append((name, layer_type, inp_shape, fuzz_dims, layer_kwargs))
|
/external/libabigail/tests/data/test-diff-pkg/ |
D | libcdio-0.94-1.fc26.x86_64--libcdio-0.94-2.fc26.x86_64-report.1.txt | 27 … 'unsigned int layer_type' offset changed from 0 to 16 (in bits) (by +16 bits)
|
/external/kernel-headers/original/uapi/linux/ |
D | cdrom.h | 535 __u8 layer_type : 4; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 78 const struct glsl_type *layer_type = glsl_int_type(); in build_color_shaders() local 80 nir_variable_create(vs_b.shader, nir_var_shader_out, layer_type, in build_color_shaders() 560 const struct glsl_type *layer_type = glsl_int_type(); in build_depthstencil_shader() local 562 nir_variable_create(vs_b.shader, nir_var_shader_out, layer_type, in build_depthstencil_shader()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 98 const char* LayerTypeToString(nvinfer1::LayerType layer_type) { in LayerTypeToString() argument 99 switch (layer_type) { in LayerTypeToString()
|