Home
last modified time | relevance | path

Searched defs:type_string (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.cc80 const string type_string = DataTypeString(type); in GetOrCreateMax() local
96 const string type_string = DataTypeString(type); in GetOrCreateMin() local
112 const string type_string = DataTypeString(type); in GetOrCreateAdd() local
128 const string type_string = DataTypeString(type); in GetOrCreateMul() local
/external/adhd/cras/src/server/
Dcras_dbus_util.c9 int type, const char *type_string, in append_key_value()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dstrip_unused_nodes.cc43 const string& type_string = context.params.at("type")[0]; in TypeForPlaceholder() local
64 const string& type_string = context.params.at("type_for_name")[i]; in TypeForPlaceholder() local
/external/tensorflow/tensorflow/core/framework/
Dtypes.h62 const string& type_string() const { return type_; } in type_string() function
Dop_def_builder.cc126 bool ProcessCompoundType(const StringPiece type_string, AttrValue* allowed) { in ProcessCompoundType()
159 StringPiece type_string; // Used if type == "type" in FinalizeAttr() local
Ddataset.h548 string type_string; // op type name of this dataset. member
560 const string& type_string() const { return params_.type_string; } in type_string() function
601 const string& type_string() const { return type_string_; } in type_string() function
Ddataset.cc194 const string& type_string = dataset->type_string(); in AddDataset() local
Dattr_value_util.cc279 #define VALIDATE_FIELD(name, type_string, oneof_case) \ in AttrValueHasType() argument
Dop_kernel.cc129 const string& OpKernel::type_string() const { return def_->op(); } in type_string() function in tensorflow::OpKernel
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconv_op_helpers.cc324 StringPiece type_string, const xla::Shape& input_shape, xla::XlaOp filter, in MakeXlaBackpropInputConvOp()
395 StringPiece type_string, xla::XlaOp activations, in MakeXlaBackpropFilterConvOp()
/external/adhd/cras/src/tests/
Dbt_profile_unittest.cc163 int type, const char *type_string, in append_key_value()
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py114 def __init__(self, type_string, extra_types = None): argument
Dgl_XML.py512 def type_string(self): member in gl_parameter
/external/v8/src/objects/
Djs-plural-rules.cc26 const char* type_string, in CreateICUPluralRules()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h131 virtual void notifyVersion(int line, int version, const char* type_string) in notifyVersion()
/external/v8/src/torque/
Ddeclarations.cc386 std::string type_string = type->MangledName(); in GetGeneratedCallableName() local
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc169 const string& Node::type_string() const { return props_->node_def.op(); } in type_string() function in tensorflow::Node
/external/python/cpython3/Lib/msilib/
D__init__.py22 type_string= 0x0c00 variable
/external/python/cpython2/Lib/msilib/
D__init__.py23 type_string= 0x0c00 variable
/external/python/cpython2/Tools/msi/
Dmsilib.py23 type_string= 0x0c00 variable
/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp1110 std::string type_string; in getShaderBody() local
/external/v8/src/
Dmessages.cc563 Handle<String> type_string = Handle<String>::cast(type_name); in AppendMethodCall() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc239 const string type_string; member