OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_ref
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/contrib/lite/kernels/
gather.cc
110
const auto
string_ref
= GetString(input, pos);
local
111
buffer.AddString(
string_ref
.str,
string_ref
.len);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_call.h
237
const std::multimap<::grpc::
string_ref
, ::grpc::
string_ref
>& client_metadata()
grpc_master_service.cc
240
const std::multimap<::grpc::
string_ref
, ::grpc::
string_ref
>& metadata) {
/external/harfbuzz_ng/src/
hb-coretext.cc
813
CFStringRef
string_ref
= nullptr;
local
820
/*
string_ref
uses the scratch-buffer for backing store, and line references
821
*
string_ref
(via attr_string). We must release those before resizing buffer. */
822
assert (
string_ref
);
824
CFRelease (
string_ref
);
826
string_ref
= nullptr;
[
all
...]
/external/tensorflow/tensorflow/python/framework/
dtypes.py
386
string_ref
= DType(types_pb2.DT_STRING_REF)
variable
434
types_pb2.DT_STRING_REF:
string_ref
,
484
types_pb2.DT_STRING_REF: "
string_ref
",
dtypes_test.py
123
self.assertIs(dtypes.
string_ref
, dtypes.as_dtype("
string_ref
"))
Completed in 1073 milliseconds