Home
last modified time | relevance | path

Searched refs:binary_type (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcompat.py18 binary_type = bytes variable
44 binary_type = str variable
Dfilters.py70 elif not isinstance(x, compat.binary_type):
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.py169 if (issubclass(param_type, (six.string_types, six.binary_type)) and
170 not isinstance(value, (six.string_types, six.binary_type))):
653 elif issubclass(param_type, (six.string_types, six.binary_type)):
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dprogram.hpp66 cl_program_binary_type binary_type() const;
Dprogram.cpp112 program::build::binary_type() const { in binary_type() function in program::build
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp251 const auto t = prog.build(dev).binary_type(); in validate_link_devices()
411 buf.as_scalar<cl_program_binary_type>() = prog.build(dev).binary_type(); in clGetProgramBuildInfo()
/external/tensorflow/tensorflow/tools/docs/
Ddoc_generator_visitor.py193 (six.binary_type, six.text_type, float, complex, bool))
/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py147 if isinstance(ret, six.binary_type):
/external/scapy/scapy/modules/
Dsix.py50 binary_type = bytes variable
58 binary_type = str variable
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py33 from six import binary_type
58 Scalar = tc.Union(numbers.Number, bool, binary_type, text_type)
/external/flatbuffers/tests/
Dpy_test.py201 binary_type = compat.binary_types[0] # this will always exist variable in TestFuzz
202 ofInt32Bytes = binary_type([0x83, 0x33, 0x33, 0x33])
203 ofInt64Bytes = binary_type([0x84, 0x44, 0x44, 0x44,
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py218 if isinstance(item, (six.string_types, six.binary_type)):
/external/tensorflow/tensorflow/python/estimator/
Destimator.py1117 elif isinstance(dictionary[key], six.binary_type):