Home
last modified time | relevance | path

Searched refs:layer_type (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_integration_test.py106 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/
Dlibcdio-0.94-1.fc26.x86_64--libcdio-0.94-2.fc26.x86_64-report.1.txt27 … 'unsigned int layer_type' offset changed from 0 to 16 (in bits) (by +16 bits)
/external/kernel-headers/original/uapi/linux/
Dcdrom.h535 __u8 layer_type : 4; member
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c78 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/
Dconvert_nodes.cc98 const char* LayerTypeToString(nvinfer1::LayerType layer_type) { in LayerTypeToString() argument
99 switch (layer_type) { in LayerTypeToString()