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

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

Completed in 437 milliseconds